Home
last modified time | relevance | path

Searched refs:InstantiateObject (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.h120 static Handle<JSObject> InstantiateObject(Handle<ObjectTemplateInfo> data,
Dexecution.cc605 Handle<JSObject> Execution::InstantiateObject(Handle<ObjectTemplateInfo> data, in InstantiateObject() function in v8::internal::Execution
Dbootstrapper.cc1924 Execution::InstantiateObject(object_template, &pending_exception); in ConfigureApiObject()
Dapi.cc3867 i::Execution::InstantiateObject(Utils::OpenHandle(this), in NewInstance()