Home
last modified time | relevance | path

Searched defs:isEcmaObj (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp3121 BRANCH(IsEcmaObject(arg0), &isEcmaObj, &notEcmaObj); in GenTypedArrayConstructor() local
H A Dbuiltins_array_stub_builder.cpp2463 BRANCH(IsEcmaObject(obj), &isEcmaObj, &exit); in IsConcatSpreadable() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8446 BRANCH(TaggedObjectIsEcmaObject(outPut), &isEcmaObj, &notEcmaObj); in ConstructorCheck() local

Completed in 36 milliseconds