| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | jsnapi_sendable.cpp | 114 auto valueHandle = JSNApiHelper::ToJSHandle(value); in GetSharedFieldType() local
|
| H A D | object_fast_operator-inl.h | 875 AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, JSHandle<JSTaggedValue> keyHandle, JSHandle<JSTaggedValue> valueHandle, PropertyAttributes attr) AddPropertyByName() argument [all...] |
| H A D | js_object.cpp | 1463 JSHandle<JSTaggedValue> valueHandle = current.GetValue(); ValidateAndApplyPropertyDescriptor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_symbol.cpp | 63 JSHandle<JSTaggedValue> valueHandle = GetThis(argv); in ToString() local 123 JSHandle<JSTaggedValue> valueHandle = GetThis(argv); in ValueOf() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | dropframe_manager.cpp | 157 JSHandle<JSTaggedValue> valueHandle; in DropLastFrame() local 207 JSHandle<JSTaggedValue> valueHandle = globalHandleCollection.NewHandle<JSTaggedValue>(value.GetRawData()); in EmplaceLexModifyRecord() local 233 JSHandle<JSTaggedValue> valueHandle = std::get<2>(item); // 2:get the third item of the tuple in RemoveLexModifyRecordOfTopFrame() local 257 JSHandle<JSTaggedValue> valueHandle; in MergeLexModifyRecordOfTopFrame() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | ohos_pkg_args.h | 231 bool ParseFromJsObject(EcmaVM *vm, JSHandle<JSObject> &valueHandle) in ParseFromJsObject() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | array_helper.cpp | 111 JSHandle<JSTaggedValue> valueHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, keyHandle); in ElementIsStrictEqualTo() local
|
| H A D | fast_json_stringifier.cpp | 219 JSHandle<JSTaggedValue> valueHandle = JSTaggedValue::GetProperty(thread_, value, handleKey_).GetValue(); in SerializeJSONObject() local
|
| H A D | json_parser.cpp | 316 auto &valueHandle = propertyList[start + i + 1]; in CreateJsonObject() local
|
| H A D | json_stringifier.cpp | 412 JSHandle<JSTaggedValue> valueHandle = JSTaggedValue::GetProperty(thread_, value, handleKey_).GetValue(); in SerializeJSONObject() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_array_test.cpp | 259 void CheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, in CheckKeyValueCommon() argument [all...] |
| H A D | builtins_shared_array_test.cpp | 249 void SharedArrayCheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, in SharedArrayCheckKeyValueCommon() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 675 auto valueHandle = JSHandle<JSTaggedValue>(thread, value); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 210 JSHandle<JSTaggedValue> valueHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(value)); in HWTEST_F_L0() local 288 JSHandle<JSTaggedValue> valueHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(value)); in HWTEST_F_L0() local 1579 JSHandle<JSTaggedValue> valueHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(value)); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1818 JSMutableHandle<JSTaggedValue> valueHandle = JSMutableHandle<JSTaggedValue>(thread, JSTaggedValue::Hole()); in GetClosureScopeChains() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1260 RuntimeStOwnByNameWithNameSet(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, const JSHandle<JSTaggedValue> &propHandle, const JSHandle<JSTaggedValue> &valueHandle) RuntimeStOwnByNameWithNameSet() argument
|
| H A D | runtime_stubs.cpp | 384 JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 408 JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 430 JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1667 JSHandle<JSTaggedValue> valueHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 244 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(tagged); in AppendingHashToDescription() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 3805 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(value); in SetValueAt() local 3848 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(value); in SetProperty() local
|