Home
last modified time | relevance | path

Searched defs:detach (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp875 JSHandle<JSTaggedValue> detach = env->GetDetachSymbol(); in IsNativeBindingObject() local
895 JSHandle<JSTaggedValue> detach = env->GetDetachSymbol(); in IsTargetSymbol() local
979 JSHandle<JSTaggedValue> detach = env->GetDetachSymbol(); in WriteNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1025 Local<ObjectRef> ObjectRef::New(const EcmaVM *vm, void *detach, void *attach) in New()
1041 bool ObjectRef::Set(const EcmaVM *vm, void *detach, void *attach) in Set()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp261 void* detach() in detach() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp822 static void* detach(void *param1, void *param2, void *hint) in detach() function