Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3345 Label constructorPrototypeIsHeapObject(env); in OrdinaryHasInstance() local
3348 Branch(TaggedIsHeapObject(constructorPrototype), &constructorPrototypeIsHeapObject, in OrdinaryHasInstance()
3350 Bind(&constructorPrototypeIsHeapObject); in OrdinaryHasInstance()