Home
last modified time | relevance | path

Searched defs:keyHandle (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/
H A Dcontainerslightweightmapkeys_fuzzer.cpp124 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in ContainersLightWeightMapKeysFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp193 JSHandle<EcmaString> keyHandle = factory->NewFromASCII("key"); in HWTEST_F_L0() local
255 JSHandle<EcmaString> keyHandle = factory->NewFromASCII("key"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_lightweightmap_test.cpp425 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp101 ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, const JSHandle<JSTaggedValue> &keyHandle, const JSHandle<JSTaggedValue> &target) ElementIsStrictEqualTo() argument
H A Djson_parser.cpp315 auto &keyHandle = propertyList[start + i]; in CreateJsonObject() local
348 JSHandle<JSTaggedValue> keyHandle = propertyList[start + i]; in CreateSJsonObject() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h651 auto keyHandle = JSHandle<JSTaggedValue>(thread, key); in LoadMiss() local
662 auto keyHandle = JSHandle<JSTaggedValue>(thread, key); in LoadValueMiss() local
673 auto keyHandle = JSHandle<JSTaggedValue>(thread, key); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_fast_operator-inl.h123 TryFastHasProperty(JSThread *thread, JSTaggedValue receiver, JSMutableHandle<JSTaggedValue> keyHandle) TryFastHasProperty() argument
170 TryFastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSMutableHandle<JSTaggedValue> keyHandle) TryFastGetPropertyByValue() argument
875 AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, JSHandle<JSTaggedValue> keyHandle, JSHandle<JSTaggedValue> valueHandle, PropertyAttributes attr) AddPropertyByName() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp339 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
383 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
542 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
556 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter DEF_RUNTIME_STUBS() local
1628 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter DEF_RUNTIME_STUBS() local
1645 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter DEF_RUNTIME_STUBS() local
1666 JSHandle<JSTaggedValue> keyHandle = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter DEF_RUNTIME_STUBS() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5854 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObject() local
5876 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObjectFromBuffer() local

Completed in 27 milliseconds