Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1005 Label checkJSObject(env); in FastNewThisObject() local
1013 Branch(IsJSHClass(protoOrHclass), &checkJSObject, &callRuntime); in FastNewThisObject()
1014 Bind(&checkJSObject); in FastNewThisObject()
1044 Label checkJSObject(env); in FastSuperAllocateThis() local
1066 Branch(IsJSHClass(*protoOrHclass), &checkJSObject, &callRuntime); in FastSuperAllocateThis()
1067 Bind(&checkJSObject); in FastSuperAllocateThis()