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.cpp433 Label checkJSObject(env); in FastNewThisObject() local
441 Branch(IsJSHClass(protoOrHclass), &checkJSObject, &callRuntime); in FastNewThisObject()
442 Bind(&checkJSObject); in FastNewThisObject()