Searched defs:resultValue (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_queue_iterator_test.cpp | 67 std::string resultValue = queueValue + std::to_string(i); in HWTEST_F_L0() local
|
| H A D | js_api_vector_iterator_test.cpp | 143 std::string resultValue = vectorValue + std::to_string(i); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_reflect_test.cpp | 280 JSHandle<JSTaggedValue> resultValue = JSObject::GetProperty(thread, resultObj, valueKey).GetValue(); in HWTEST_F_L0() local
|
| H A D | builtins_object_test.cpp | 804 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 D | ic_runtime_stub_test.cpp | 151 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 D | builtins_promise.cpp | 133 JSTaggedValue resultValue = PerformPromiseAll(thread, itRecord, ctor, capa); in All() local
|
| H A D | builtins_regexp.cpp | 868 auto resultValue = factory->NewFromStdString(resultString); in RegExpReplaceFast() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 580 JSTaggedValue resultValue; in InvokeOptimizedEntrypoint() local 626 JSTaggedValue resultValue; in ConstructInternal() local [all...] |
Completed in 15 milliseconds