Home
last modified time | relevance | path

Searched defs:newTargetIsHeapObject (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp410 BRANCH(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in DECLARE_BUILTINS() local
463 BRANCH(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in DECLARE_BUILTINS() local
H A Dbuiltins_number_stub_builder.cpp253 BRANCH(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in GenNumberConstructor() local
H A Dbuiltins_typedarray_stub_builder.cpp3107 BRANCH(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in GenTypedArrayConstructor() local
H A Dbuiltins_array_stub_builder.cpp4755 BRANCH(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in GenArrayConstructor() local

Completed in 17 milliseconds