Expand description

Facilities for working with v8::Objects.

Functions

Mutates the out argument provided to refer to the v8::Local value at the key provided. Returns false if the result couldn’t be retrieved.

Mutates the out argument provided to refer to the v8::Local value at the index provided of the v8::Object. Returns false if the result couldn’t be retrieved.

Gets the v8::Isolate of a v8::Object.

Mutates the out argument provided to refer to a newly created v8::Array containing the names of the v8::Object’s own property names. Returns false if the result is empty.

Mutates the out argument provided to refer to the v8::Local value of the v8::String’s underlying content. Returns false if the value couldn’t be retrieved.

Mutates the out argument provided to refer to a newly created v8::Object.

Sets the key value of a v8::Object at the key provided. Also mutates the out argument provided to refer to a v8::Local boolean value, true if the set was successful.

Sets the key value of a v8::Object at the index provided. Also mutates the out argument provided to refer to a v8::Local boolean value, true if the set was successful.

Sets the underlying content of a v8::String object. Also mutates the out argument provided to refer to a v8::Local boolean value, true if the set was successful.