Searched refs:NewNativePointer (Results 1 – 6 of 6) sorted by relevance
81 virtual shared_ptr<JsValue> NewNativePointer(void *ptr) = 0;
92 shared_ptr<JsValue> NewNativePointer(void* ptr) override;
340 shared_ptr<JsValue> ArkJSRuntime::NewNativePointer(void* ptr) in NewNativePointer() function in OHOS::Ace::Framework::ArkJSRuntime
2901 shared_ptr<JsValue> nativeValue = runtime_->NewNativePointer(value); in InitJsEnv()
309 shared_ptr<JsValue> nativeValue = runtime_->NewNativePointer(value); in InitJsEnv()
461 shared_ptr<JsValue> nativeValue = runtime_->NewNativePointer(value); in InitJsEnv()