Sha256: 612674bfbb59eded8565f667774d32051fee57d2034ef1f3716f64abb9746490

Contents?: true

Size: 187 Bytes

Versions: 37

Compression:

Stored size: 187 Bytes

Contents

class V8::Conversion
  module Hash
    def to_v8
      object = V8::Object.new
      each do |key, value|
        object[key] = value
      end
      return object.to_v8
    end
  end
end

Version data entries

37 entries across 37 versions & 8 rubygems

Version Path
therubyracer-0.11.0beta8-x86-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta8 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta7-x86_64-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta7-x86-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta7-x86_64-darwin-10 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta7 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta6-x86-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta6-x86_64-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta6 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta5-x86-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta5 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta5-x86_64-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta4 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta3 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta2-x86_64-linux lib/v8/conversion/hash.rb
therubyracer-0.11.0beta2 lib/v8/conversion/hash.rb
therubyracer-0.11.0beta1 lib/v8/conversion/hash.rb