Sha256: 13a825e23d3ab3b977b03d2a8680d0b6d47416df616921612f3f30e2cb968cda

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

require 'spec_helper'

describe V8::C::External do
  requires_v8_context

  it "can store and retrieve a value" do
    o = Object.new
    external = V8::C::External::New(o)
    external.Value().should be(o)
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
therubyracer-0.12.3 spec/c/external_spec.rb
therubyracer-xcode-0.12.3 spec/c/external_spec.rb
therubyracer-xcode-0.12.2 spec/c/external_spec.rb