Searched refs:InstantiateObject (Results 1 – 5 of 5) sorted by relevance
98 MUST_USE_RESULT static MaybeHandle<JSObject> InstantiateObject(
614 MaybeHandle<JSObject> Execution::InstantiateObject( in InstantiateObject() function in v8::internal::Execution
2461 Execution::InstantiateObject(object_template); in ConfigureApiObject()
14114 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()
5307 has_pending_exception = !i::Execution::InstantiateObject( in NewInstance()