Home
last modified time | relevance | path

Searched defs:valueHandle (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djsnapi_sendable.cpp114 auto valueHandle = JSNApiHelper::ToJSHandle(value); in GetSharedFieldType() local
H A Dobject_fast_operator-inl.h875 AddPropertyByName(JSThread *thread, JSHandle<JSObject> objHandle, JSHandle<JSTaggedValue> keyHandle, JSHandle<JSTaggedValue> valueHandle, PropertyAttributes attr) AddPropertyByName() argument
[all...]
H A Djs_object.cpp1463 JSHandle<JSTaggedValue> valueHandle = current.GetValue(); ValidateAndApplyPropertyDescriptor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_symbol.cpp63 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 Ddropframe_manager.cpp157 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 Dohos_pkg_args.h231 bool ParseFromJsObject(EcmaVM *vm, JSHandle<JSObject> &valueHandle) in ParseFromJsObject() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp111 JSHandle<JSTaggedValue> valueHandle = JSArray::FastGetPropertyByValue(thread, thisObjVal, keyHandle); in ElementIsStrictEqualTo() local
H A Dfast_json_stringifier.cpp219 JSHandle<JSTaggedValue> valueHandle = JSTaggedValue::GetProperty(thread_, value, handleKey_).GetValue(); in SerializeJSONObject() local
H A Djson_parser.cpp316 auto &valueHandle = propertyList[start + i + 1]; in CreateJsonObject() local
H A Djson_stringifier.cpp412 JSHandle<JSTaggedValue> valueHandle = JSTaggedValue::GetProperty(thread_, value, handleKey_).GetValue(); in SerializeJSONObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_array_test.cpp259 void CheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, in CheckKeyValueCommon() argument
[all...]
H A Dbuiltins_shared_array_test.cpp249 void SharedArrayCheckKeyValueCommon(JSThread* thread, JSHandle<JSObject>& valueHandle, PropertyDescriptor& descRes, in SharedArrayCheckKeyValueCommon() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h675 auto valueHandle = JSHandle<JSTaggedValue>(thread, value); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp210 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 Ddebugger_impl.cpp1818 JSMutableHandle<JSTaggedValue> valueHandle = JSMutableHandle<JSTaggedValue>(thread, JSTaggedValue::Hole()); in GetClosureScopeChains() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1260 RuntimeStOwnByNameWithNameSet(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, const JSHandle<JSTaggedValue> &propHandle, const JSHandle<JSTaggedValue> &valueHandle) RuntimeStOwnByNameWithNameSet() argument
H A Druntime_stubs.cpp384 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 Dpt_types.cpp244 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(tagged); in AppendingHashToDescription() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3805 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(value); in SetValueAt() local
3848 JSHandle<JSTaggedValue> valueHandle = JSNApiHelper::ToJSHandle(value); in SetProperty() local

Completed in 85 milliseconds