Home
last modified time | relevance | path

Searched defs:notEcmaObj (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3121 BRANCH(IsEcmaObject(arg0), &isEcmaObj, &notEcmaObj); in GenTypedArrayConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8444 BRANCH(TaggedIsHeapObject(outPut), &isHeapObject, &notEcmaObj); in ConstructorCheck() local
8446 BRANCH(TaggedObjectIsEcmaObject(outPut), &isEcmaObj, &notEcmaObj); in ConstructorCheck() local

Completed in 24 milliseconds