Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-i18n.cc321 Handle<JSObject> local_object; in RUNTIME_FUNCTION() local
322 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, local_object, in RUNTIME_FUNCTION()
331 local_object->SetInternalField(0, reinterpret_cast<Smi*>(date_format)); in RUNTIME_FUNCTION()
334 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object); in RUNTIME_FUNCTION()
338 return *local_object; in RUNTIME_FUNCTION()
511 Handle<JSObject> local_object; in RUNTIME_FUNCTION() local
512 ASSIGN_RETURN_FAILURE_ON_EXCEPTION(isolate, local_object, in RUNTIME_FUNCTION()
521 local_object->SetInternalField(0, reinterpret_cast<Smi*>(number_format)); in RUNTIME_FUNCTION()
523 Handle<Object> wrapper = isolate->global_handles()->Create(*local_object); in RUNTIME_FUNCTION()
527 return *local_object; in RUNTIME_FUNCTION()
[all …]