Home
last modified time | relevance | path

Searched defs:resultValue (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_queue_iterator_test.cpp67 std::string resultValue = queueValue + std::to_string(i); in HWTEST_F_L0() local
H A Djs_api_vector_iterator_test.cpp143 std::string resultValue = vectorValue + std::to_string(i); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp280 JSHandle<JSTaggedValue> resultValue = JSObject::GetProperty(thread, resultObj, valueKey).GetValue(); in HWTEST_F_L0() local
H A Dbuiltins_object_test.cpp804 JSHandle<EcmaString> resultValue = thread->GetEcmaVM()->GetFactory()->NewFromASCII("[object Object]"); in HWTEST_F_L0() local
825 JSHandle<EcmaString> resultValue = thread->GetEcmaVM()->GetFactory()->NewFromASCII("[object Object]"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp151 JSTaggedValue resultValue = ICRuntimeStub::CheckPolyHClass(handleWeakCacheValue, handleObjClass); in HWTEST_F_L0() local
173 JSTaggedValue resultValue = in HWTEST_F_L0() local
196 JSTaggedValue resultValue = in HWTEST_F_L0() local
277 JSTaggedValue resultValue = ICRuntimeStub::TryLoadICByValue(thread, handleReceiver, JSTaggedValue(0), in HWTEST_F_L0() local
309 JSTaggedValue resultValue in HWTEST_F_L0() local
517 JSTaggedValue resultValue = ICRuntimeStub::LoadFromField(*handleObj, handler); HWTEST_F_L0() local
556 JSTaggedValue resultValue = HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp133 JSTaggedValue resultValue = PerformPromiseAll(thread, itRecord, ctor, capa); in All() local
H A Dbuiltins_regexp.cpp868 auto resultValue = factory->NewFromStdString(resultString); in RegExpReplaceFast() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp580 JSTaggedValue resultValue; in InvokeOptimizedEntrypoint() local
626 JSTaggedValue resultValue; in ConstructInternal() local
[all...]

Completed in 15 milliseconds