Searched refs:nativeBindingSize (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 512 size_t nativeBindingSize = 7 * sizeof(void *); // 7 : params num in HWTEST_F_L0() local 519 nullptr, nativeBindingSize); in HWTEST_F_L0() 600 size_t nativeBindingSize = 7 * sizeof(void *); // 7 : params num in HWTEST_F_L0() local 607 nullptr, nativeBindingSize); in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 386 size_t nativeBindingSize = 15; in HWTEST_F_L0() local 387 Local<FunctionRef> obj(FunctionRef::NewClassFunction(vm_, FunCallback, deleter, cb, callNative, nativeBindingSize)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3434 size_t nativeBindingSize) in NewSendableClassFunction() 3463 constructor->SetSFunctionExtraInfo(thread, nullptr, deleter, data, nativeBindingSize); in NewSendableClassFunction() 3426 NewSendableClassFunction(const EcmaVM *vm, InternalFunctionCallback nativeFunc, NativePointerCallback deleter, void *data, Local<StringRef> name, SendablePropertiesInfos &infos, Local<FunctionRef> parent, bool callNapi, size_t nativeBindingSize) NewSendableClassFunction() argument
|
Completed in 33 milliseconds