Searched defs:objVal (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_convert.h | 124 auto objVal = JSConvertStdlibBoolean::UnwrapWithNullCheck(ctx, env, jsVal); in JSCONVERT_UNWRAP() local 147 auto objVal = JSConvertStdlibChar::UnwrapWithNullCheck(ctx, env, jsVal); in JSCONVERT_UNWRAP() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 605 JSHandle<JSTaggedValue> objVal(obj); in TryFastCreateDataProperty() local 737 JSHandle<JSTaggedValue> objVal(obj); in FastConcatDictionaryArray() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 5164 JSTaggedValue objVal = GET_ACC(); in RunInternal() local 5181 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local 5193 JSTaggedValue objVal = GET_ACC(); in RunInternal() local 5207 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local 5349 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 877 JSTaggedValue objVal = GET_ACC(); in HandleResumegenerator() local 893 JSTaggedValue objVal = GET_ACC(); in HandleGetresumemode() local 2844 JSTaggedValue objVal = GET_ACC(); in HandleSetgeneratorstateImm8() local 4590 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedGetresumemodePrefV8() local 4607 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedResumegeneratorPrefV8() local
|
| D | slow_runtime_stub.cpp | 328 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2519 … const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys() 2560 …const JSHandle<JSTaggedValue> &objVal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the obj… in RuntimeOptCreateObjectWithExcludedKeys() local 2578 … const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
|
| D | runtime_stubs.cpp | 2635 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
|