Home
last modified time | relevance | path

Searched refs:SetNativePointerToFunctionFromMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2067 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSFunctionByHClass()
2275 void ObjectFactory::SetNativePointerToFunctionFromMethod(const JSHandle<JSFunctionBase> &func, in SetNativePointerToFunctionFromMethod() function in panda::ecmascript::ObjectFactory
2308 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(bundleFunction), method); in NewJSBoundFunction()
2325 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSIntlBoundFunction()
2349 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSProxyRevocFunction()
2370 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(awaitFunction), method); in NewJSAsyncAwaitStatusFunction()
3766 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(reactionsFunction), method); in CreateJSPromiseReactionsFunction()
3782 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(executorFunction), method); in CreateJSPromiseExecutorFunction()
3798 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(fulfilledFunction), method); in CreateJSAsyncModuleFulfilledFunction()
3814 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(rejectedFunction), method); in CreateJSAsyncModuleRejectedFunction()
[all …]
Dshared_object_factory.cpp254 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewSFunctionByHClass()
Dobject_factory.h915 …void SetNativePointerToFunctionFromMethod(const JSHandle<JSFunctionBase> &func, const JSHandle<Met…
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp717 SetNativePointerToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h812 void SetNativePointerToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
Dnew_object_stub_builder.cpp1193 SetNativePointerToFunctionFromMethod(glue, *result, method); in NewJSBoundFunction()
Dstub_builder-inl.h3356 inline void StubBuilder::SetNativePointerToFunctionFromMethod(GateRef glue, GateRef function, GateR… in SetNativePointerToFunctionFromMethod() function