Searched refs:contextObj (Results 1 - 1 of 1) sorted by relevance
/drivers/external_device_manager/services/native/driver_extension/src/ |
H A D | js_driver_extension.cpp | 105 napi_value contextObj = contextObjRef->GetNapiValue(); in AttachDriverExtensionContext() local 107 napi_coerce_to_native_binding_object(env, contextObj, DetachCallbackFunc, AttachDriverExtensionContext, in AttachDriverExtensionContext() 111 napi_wrap(env, contextObj, workContext, in AttachDriverExtensionContext() 117 return contextObj; in AttachDriverExtensionContext() 168 napi_value contextObj = CreateJsDriverExtensionContext(env, context); in BindContext() local 170 &contextObj, ARGC_ONE); in BindContext() 181 napi_set_named_property(env, obj, "context", contextObj); in BindContext()
|
Completed in 2 milliseconds