Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1041 Label newTargetNotBase(env); in FastSuperAllocateThis() local
1050 Branch(IsBase(newTarget), &newTargetIsBase, &newTargetNotBase); in FastSuperAllocateThis()
1057 Bind(&newTargetNotBase); in FastSuperAllocateThis()