Searched defs:objVal (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1914 … const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys() 1953 … const JSHandle<JSTaggedValue> &objVal, in RuntimeOptCreateObjectWithExcludedKeys() 1974 … const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
|
| D | runtime_stubs.cpp | 1136 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local 1682 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 4988 JSTaggedValue objVal = GET_ACC(); in RunInternal() local 5002 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local 5015 JSTaggedValue objVal = GET_ACC(); in RunInternal() local 5029 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local 5171 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
|
| D | slow_runtime_stub.cpp | 353 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
|
| D | interpreter_assembly.cpp | 812 JSTaggedValue objVal = GET_ACC(); in HandleResumegenerator() local 828 JSTaggedValue objVal = GET_ACC(); in HandleGetresumemode() local 2772 JSTaggedValue objVal = GET_ACC(); in HandleSetgeneratorstateImm8() local 4457 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedGetresumemodePrefV8() local 4474 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedResumegeneratorPrefV8() local
|