Searched defs:ecmaObj (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 295 auto ecmaObj = ECMAObject::Cast(tagged->GetTaggedObject()); in GetObjectHash() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 195 BRANCH(IsEcmaObject(thisValue_), &ecmaObj, slowPath);
in ToString() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 443 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 11 milliseconds