Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6716 Label constructorPrototypeIsHeapObject(env); in OrdinaryHasInstance() local
6719 BRANCH(TaggedIsHeapObject(*constructorPrototype), &constructorPrototypeIsHeapObject, in OrdinaryHasInstance()
6721 Bind(&constructorPrototypeIsHeapObject); in OrdinaryHasInstance()