Home
last modified time | relevance | path

Searched defs:objVal (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp603 JSHandle<JSTaggedValue> objVal(obj); in TryFastCreateDataProperty() local
735 JSHandle<JSTaggedValue> objVal(obj); in FastConcatDictionaryArray() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5117 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5134 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5146 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5160 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5302 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
Dinterpreter_assembly.cpp841 JSTaggedValue objVal = GET_ACC(); in HandleResumegenerator() local
857 JSTaggedValue objVal = GET_ACC(); in HandleGetresumemode() local
2805 JSTaggedValue objVal = GET_ACC(); in HandleSetgeneratorstateImm8() local
4546 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedGetresumemodePrefV8() local
4563 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedResumegeneratorPrefV8() local
Dslow_runtime_stub.cpp328 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2374const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys()
2415 …const JSHandle<JSTaggedValue> &objVal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the obj… in RuntimeOptCreateObjectWithExcludedKeys() local
2433const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2545 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local