Home
last modified time | relevance | path

Searched refs:attachKey (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp870 JSMutableHandle<JSTaggedValue> attachKey(thread_, JSTaggedValue::Undefined()); in IsNativeBindingObject() local
875 attachKey.Update(keyVector[i + 1]); in IsNativeBindingObject()
876 …ggedValue::Equal(thread_, detach, detachKey) || JSTaggedValue::Equal(thread_, attach, attachKey)) { in IsNativeBindingObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1349 JSHandle<JSTaggedValue> attachKey = env->GetAttachSymbol(); in New() local
1353 JSTaggedValue::SetProperty(vm->GetJSThread(), object, attachKey, attachValue); in New()
1366 JSHandle<JSTaggedValue> attachKey = env->GetAttachSymbol(); in Set() local
1370 … bool attachResult = JSTaggedValue::SetProperty(vm->GetJSThread(), object, attachKey, attachValue); in Set()