Searched refs:detach (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.cpp | 867 JSHandle<JSTaggedValue> detach = env->GetDetachSymbol(); in IsNativeBindingObject() local 876 …if (JSTaggedValue::Equal(thread_, detach, detachKey) || JSTaggedValue::Equal(thread_, attach, atta… in IsNativeBindingObject() 955 JSHandle<JSTaggedValue> detach = env->GetDetachSymbol(); in WriteNativeBindingObject() local 974 JSHandle<JSTaggedValue> detachVal = JSObject::GetProperty(thread_, obj, detach).GetRawValue(); in WriteNativeBindingObject()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 322 void* detach() in detach() function 336 …Local<ObjectRef> object = ObjectRef::New(vm_, reinterpret_cast<void*>(detach), reinterpret_cast<vo… in HWTEST_F_L0() 398 …Local<FunctionRef> native = ObjectRef::New(vm_, reinterpret_cast<void*>(detach), reinterpret_cast<… in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi.h | 704 static Local<ObjectRef> New(const EcmaVM *vm, void *attach, void *detach); 705 bool Set(const EcmaVM *vm, void *attach, void *detach);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1341 Local<ObjectRef> ObjectRef::New(const EcmaVM *vm, void *detach, void *attach) in New() argument 1350 … JSHandle<JSTaggedValue> detachValue = JSNApiHelper::ToJSHandle(NativePointerRef::New(vm, detach)); in New() 1358 bool ObjectRef::Set(const EcmaVM *vm, void *detach, void *attach) in Set() argument 1367 … JSHandle<JSTaggedValue> detachValue = JSNApiHelper::ToJSHandle(NativePointerRef::New(vm, detach)); in Set()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 1077 static void* detach(void *param1, void *param2, void *hint) in detach() function 1111 JSHandle<JSTaggedValue> value1(factory->NewJSNativePointer(reinterpret_cast<void*>(detach))); in HWTEST_F_L0() 1203 JSHandle<JSTaggedValue> value1(factory->NewJSNativePointer(reinterpret_cast<void*>(detach))); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/test262/ |
D | es2015_tests.txt | 4443 built-ins/TypedArray/prototype/fill/coerced-end-detach.js 4445 built-ins/TypedArray/prototype/fill/coerced-start-detach.js 4446 built-ins/TypedArray/prototype/fill/coerced-value-detach.js 4552 built-ins/TypedArray/prototype/find/BigInt/predicate-may-detach-buffer.js 4569 built-ins/TypedArray/prototype/find/predicate-may-detach-buffer.js 4583 built-ins/TypedArray/prototype/findIndex/BigInt/predicate-may-detach-buffer.js 4600 built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer.js
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 5476 built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js 6806 built-ins/TypedArray/prototype/fill/coerced-end-detach.js 6807 built-ins/TypedArray/prototype/fill/coerced-start-detach.js 6808 built-ins/TypedArray/prototype/fill/coerced-value-detach.js 6832 built-ins/TypedArray/prototype/find/BigInt/predicate-may-detach-buffer.js 6837 built-ins/TypedArray/prototype/find/predicate-may-detach-buffer.js 6841 built-ins/TypedArray/prototype/findIndex/BigInt/predicate-may-detach-buffer.js 6845 built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer.js
|