Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4577 Label constructorPrototypeIsHeapObject(env); in OrdinaryHasInstance() local
4580 Branch(TaggedIsHeapObject(*constructorPrototype), &constructorPrototypeIsHeapObject, in OrdinaryHasInstance()
4582 Bind(&constructorPrototypeIsHeapObject); in OrdinaryHasInstance()