Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h98 MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject(
Dexecution.cc614 MaybeHandle<JSObject> Execution::InstantiateObject( in InstantiateObject() function in v8::internal::Execution
Dbootstrapper.cc2461 Execution::InstantiateObject(object_template); in ConfigureApiObject()
Druntime.cc14114 Execution::InstantiateObject(date_format_template)); in RUNTIME_FUNCTION()
14211 Execution::InstantiateObject(number_format_template)); in RUNTIME_FUNCTION()
14317 isolate, local_object, Execution::InstantiateObject(collator_template)); in RUNTIME_FUNCTION()
14419 Execution::InstantiateObject(break_iterator_template)); in RUNTIME_FUNCTION()
Dapi.cc5307 has_pending_exception = !i::Execution::InstantiateObject( in NewInstance()