class V8::Object

Public Instance Methods

to_hash() click to toggle source
# File lib/jekyll_lunr_js_search/javascript.rb, line 9
def to_hash
  JSON.parse(to_json, :max_nesting => false)
end
to_json() click to toggle source
# File lib/jekyll_lunr_js_search/javascript.rb, line 5
def to_json
  @context['JSON']['stringify'].call(self)
end