Home | History | Annotate | Download | only in src

Lines Matching full:jsvalue

355   JSValue* wrapper = JSValue::cast(*cache);
366 Handle<JSValue> GetScriptWrapper(Handle<Script> script) {
369 return Handle<JSValue>(
370 reinterpret_cast<JSValue**>(script->wrapper()->foreign_address()));
376 Handle<JSValue> result =
377 Handle<JSValue>::cast(isolate->factory()->NewJSObject(constructor));