HomeSort by relevance Sort by last modified time
    Searched refs:jsValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
liveedit.cc 626 // Unwraps JSValue object, returning its field "value"
627 static Handle<Object> UnwrapJSValue(Handle<JSValue> jsValue) {
628 return Handle<Object>(jsValue->value(), jsValue->GetIsolate());
634 static Handle<JSValue> WrapInJSValue(Handle<Object> object) {
637 Handle<JSValue> result =
638 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));
645 Handle<JSValue> jsValue) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/v8/src/
liveedit.cc 619 // Unwraps JSValue object, returning its field "value"
620 static Handle<Object> UnwrapJSValue(Handle<JSValue> jsValue) {
621 return Handle<Object>(jsValue->value());
627 static Handle<JSValue> WrapInJSValue(Handle<Object> object) {
630 Handle<JSValue> result =
631 Handle<JSValue>::cast(FACTORY->NewJSObject(constructor));
699 Handle<JSValue> code_wrapper = WrapInJSValue(function_code);
702 Handle<JSValue> scope_wrapper = WrapInJSValue(code_scope_info);
709 Handle<JSValue> info_holder = WrapInJSValue(info)
    [all...]

Completed in 250 milliseconds