Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5941 Label constructorPrototypeIsHeapObject(env); in OrdinaryHasInstance() local
5944 BRANCH(TaggedIsHeapObject(*constructorPrototype), &constructorPrototypeIsHeapObject, in OrdinaryHasInstance()
5946 Bind(&constructorPrototypeIsHeapObject); in OrdinaryHasInstance()