Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp868 JSHandle<JSTaggedValue> attach = env->GetAttachSymbol(); in IsNativeBindingObject() local
956 JSHandle<JSTaggedValue> attach = env->GetAttachSymbol(); in WriteNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1341 Local<ObjectRef> ObjectRef::New(const EcmaVM *vm, void *detach, void *attach) in New()
1358 bool ObjectRef::Set(const EcmaVM *vm, void *detach, void *attach) in Set()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp328 void attach([[maybe_unused]] void* buffer) in attach() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1089 static void* attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in attach() function