Home
last modified time | relevance | path

Searched defs:jsValue (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp28 JSTaggedValue jsValue(value); in Sample() local
/arkcompiler/ets_runtime/test/fuzztest/jsonstringify_fuzzer/
Djsonstringify_fuzzer.cpp48 Local<JSValueRef> jsValue = JSON::Parse(vm, res); in JSONStringifyFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsonparse_fuzzer/
Djsonparse_fuzzer.cpp48 Local<JSValueRef> jsValue = JSON::Parse(vm, res); in JSONParseFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.cpp95 JSTaggedValue jsValue = JSAPIStack::Push(thread, JSHandle<JSAPIStack>::Cast(self), value); in Push() local
118 JSTaggedValue jsValue = stack->Peek(); in Peek() local
166 JSTaggedValue jsValue = stack->Pop(); in Pop() local
Dcontainers_plainarray.cpp297 JSTaggedValue jsValue = array->GetIndexOfValue(value.GetTaggedValue()); in GetIndexOfValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightset_test.cpp275 JSTaggedValue jsValue = lws->GetValueAt(5); // 5 means the value in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1824 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsGlobal() local
1833 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsIgnoreCase() local
1842 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsMultiline() local
1851 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsDotAll() local
1860 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsUtf16() local
1869 Local<JSValueRef> jsValue = BooleanRef::New(vm, result); in IsStick() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp570 Local<JSValueRef> jsValue = mapRef->GetValue(vm_, i); in GetMapValue() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1027 Local<JSValueRef> jsValue = intValue->GetValue(vm_); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp457 Local<JSValueRef> jsValue = tagged->GetValue(ecmaVm, i); in DescriptionForSet() local