Home
last modified time | relevance | path

Searched defs:instanceValue (Results 1 – 7 of 7) sorted by relevance

/foundation/aafwk/standard/frameworks/kits/runtime/native/
Djs_runtime.cpp402 NativeValue* instanceValue = nativeEngine_->CreateInstance(classValue, nullptr, 0); in LoadModule() local
421 NativeValue* instanceValue = nativeEngine_->CreateInstance(classValue, argv, argc); in LoadSystemModule() local
/foundation/ace/napi/test/unittest/
Dtest_napi.cpp733 napi_value instanceValue = nullptr; variable
/foundation/ace/napi/native_engine/impl/quickjs/
Dquickjs_native_engine.cpp206 auto instanceValue = new QuickJSNativeObject(this); in LoadModuleByName() local
/foundation/ace/napi/native_engine/impl/ark/
Dark_native_engine.cpp237 auto instanceValue = new ArkNativeObject(this); in LoadModuleByName() local
/foundation/ace/napi/native_engine/impl/v8/
Dv8_native_engine.cpp222 V8NativeObject* instanceValue = new V8NativeObject(this); in LoadModuleByName() local
/foundation/graphic/standard/interfaces/kits/napi/graphic/webgl/src/webgl/src/
Dwebgl2_rendering_context.cpp1360 napi_value instanceValue = nullptr; in Export() local
Dwebgl_rendering_context.cpp1525 napi_value instanceValue = nullptr; in Export() local