Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp295 auto ecmaObj = ECMAObject::Cast(tagged->GetTaggedObject()); in GetObjectHash() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp195 BRANCH(IsEcmaObject(thisValue_), &ecmaObj, slowPath); in ToString() local
H A Dbuiltins_typedarray_stub_builder.cpp443 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); in Reverse() local
619 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); in IndexOf() local
1024 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); in ReduceRight() local
1132 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); Reduce() local
1320 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); Some() local
1648 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); SubArray() local
1815 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); GetByteLength() local
2153 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); GetByteOffset() local
2181 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); Set() local
2285 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); FindIndex() local
2711 BRANCH(IsEcmaObject(thisValue), &ecmaObj, slowPath); ToReversed() local
[all...]

Completed in 13 milliseconds