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

  /external/v8/src/
api-natives.h 18 class ApiNatives {
api-natives.cc 389 JSObject::MigrateSlowToFast(result, 0, "ApiNatives::InstantiateObject");
462 Handle<JSFunction> function = ApiNatives::CreateApiFunction(
463 isolate, data, prototype, ApiNatives::JavaScriptObjectType);
506 MaybeHandle<JSFunction> ApiNatives::InstantiateFunction(
513 MaybeHandle<JSObject> ApiNatives::InstantiateObject(
520 MaybeHandle<JSObject> ApiNatives::InstantiateRemoteObject(
548 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
558 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
570 void ApiNatives::AddAccessorProperty(Isolate* isolate,
583 void ApiNatives::AddNativeDataProperty(Isolate* isolate
    [all...]
bootstrapper.cc     [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/src/builtins/
builtins-api.cc 61 ApiNatives::InstantiateObject(instance_template,
  /external/v8/src/wasm/
wasm-js.cc 738 ApiNatives::InstantiateFunction(temp).ToHandleChecked();
751 ApiNatives::InstantiateFunction(temp).ToHandleChecked();
    [all...]

Completed in 264 milliseconds