Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h124 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/
Djs_array.cpp605 JSHandle<JSTaggedValue> objVal(obj); in TryFastCreateDataProperty() local
737 JSHandle<JSTaggedValue> objVal(obj); in FastConcatDictionaryArray() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5164 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
Dinterpreter_assembly.cpp877 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
Dslow_runtime_stub.cpp328 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2519const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys()
2560 …const JSHandle<JSTaggedValue> &objVal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the obj… in RuntimeOptCreateObjectWithExcludedKeys() local
2578const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2635 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local