Home
last modified time | relevance | path

Searched refs:ApiNatives (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc452 JSObject::MigrateSlowToFast(result, 0, "ApiNatives::InstantiateObject"); in InstantiateObject()
540 Handle<JSFunction> function = ApiNatives::CreateApiFunction( in InstantiateFunction()
580 MaybeHandle<JSFunction> ApiNatives::InstantiateFunction( in InstantiateFunction()
588 MaybeHandle<JSFunction> ApiNatives::InstantiateFunction( in InstantiateFunction()
595 MaybeHandle<JSObject> ApiNatives::InstantiateObject( in InstantiateObject()
602 MaybeHandle<JSObject> ApiNatives::InstantiateRemoteObject( in InstantiateRemoteObject()
625 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty()
635 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty()
647 void ApiNatives::AddAccessorProperty(Isolate* isolate, in AddAccessorProperty()
662 void ApiNatives
[all...]
H A Dapi-natives.h23 class ApiNatives { class
H A Dapi.cc1196 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in Set()
1220 i::ApiNatives::AddAccessorProperty( in SetAccessorProperty()
1633 i::ApiNatives::AddNativeDataProperty(isolate, info, accessor_info); in TemplateSetAccessor()
1702 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in SetIntrinsicDataProperty()
6679 i::ApiNatives::InstantiateObject(isolate, self), &result); in NewInstance()
6713 !ToLocal<Function>(i::ApiNatives::InstantiateFunction(self), &result); in GetFunction()
6734 if (!i::ApiNatives::InstantiateRemoteObject( in NewRemoteInstance()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-api.cc70 ApiNatives::InstantiateObject(isolate, instance_template, in HandleApiCallHelper()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1341 js_global_object_function = ApiNatives::CreateApiFunction( in CreateNewGlobals()
1366 global_proxy_function = ApiNatives::CreateApiFunction( in CreateNewGlobals()
5512 isolate(), ApiNatives::kInitialFunctionCacheSize); in InstallABunchOfRandomThings()
6086 ApiNatives::InstantiateObject(object->GetIsolate(), object_template); in ConfigureApiObject()
6457 ApiNatives::InstantiateRemoteObject(global_object_template) in Genesis()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc116 auto fun = ApiNatives::InstantiateFunction(Utils::OpenHandle(*tmp)) in GetOrCreateDebugProxyMap()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2671 ApiNatives::InstantiateFunction(temp, name).ToHandleChecked(); in CreateFunc()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4553 auto function = ApiNatives::InstantiateFunction( in GetComponent()

Completed in 52 milliseconds