| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapkeys_fuzzer/ |
| H A D | containerslightweightmapkeys_fuzzer.cpp | 124 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in ContainersLightWeightMapKeysFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_hclass_test.cpp | 193 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 D | containers_lightweightmap_test.cpp | 425 JSHandle<JSTaggedValue> keyHandle = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 101 ElementIsStrictEqualTo(JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, const JSHandle<JSTaggedValue> &keyHandle, const JSHandle<JSTaggedValue> &target) ElementIsStrictEqualTo() argument
|
| H A D | json_parser.cpp | 315 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 D | ic_runtime_stub-inl.h | 651 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 D | object_fast_operator-inl.h | 123 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 D | runtime_stubs.cpp | 339 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 D | jsnapi_expo.cpp | 5854 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObject() local 5876 JSHandle<EcmaString> keyHandle = factory->NewFromASCII(key.c_str()); in GetExportObjectFromBuffer() local
|