Home
last modified time | relevance | path

Searched refs:panda (Results 226 - 239 of 239) sorted by relevance

12345678910

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sceneview.cpp187 panda::Local<JsiValue> value = obj.Get().GetLocalHandle(); in UnwrapScene()
H A Djs_richeditor.h76 static Local<JSValueRef> JsKeepEditableState(panda::JsiRuntimeCallInfo* info);
H A Djs_image.cpp346 panda::Local<JsiValue> value = options.Get().GetLocalHandle(); in CreateImage()
929 panda::Local<JsiValue> value = configParams.Get().GetLocalHandle(); in AnalyzerConfig()
H A Djs_textfield.cpp1009 Local<JSValueRef> JSTextField::JsKeepEditableState(panda::JsiRuntimeCallInfo *info) in JsKeepEditableState()
1013 panda::Local<panda::ObjectRef>(thisObj)->GetNativePointerField(info->GetVM(), 0)); in JsKeepEditableState()
H A Djs_richeditor.cpp1226 Local<JSValueRef> JSRichEditor::JsKeepEditableState(panda::JsiRuntimeCallInfo* info) in JsKeepEditableState()
1230 static_cast<NG::TextFieldCommonEvent*>(panda::Local<panda::ObjectRef>(thisObj)->GetNativePointerField( in JsKeepEditableState()
2474 args.SetReturnValue(JsiRef<JsiValue>::Make(panda::BooleanRef::New(runtime->GetEcmaVm(), value))); in IsEditing()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp298 Local<panda::FunctionRef> function(std::static_pointer_cast<ArkJSValue>(errorFunc)->GetValue(arkJsRuntime)); in GetSourceCodeInfo()
299 Local<panda::StringRef> sourceCode = function->GetSourceCode(arkJsRuntime->GetEcmaVm(), line); in GetSourceCodeInfo()
H A Djsi_engine.cpp3164 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc()
3197 panda::JSNApi::StopDebugger(vm);
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1407 panda::JSNApi::HintGC((static_cast<AbilityRuntime::JsRuntime&>(*runtime_)).GetEcmaVm(), in HandleFormRenderGC()
1408 panda::JSNApi::MemoryReduceDegree::MIDDLE, panda::ecmascript::GCReason::EXTERNAL_TRIGGER); in HandleFormRenderGC()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp370 panda::JsiFastNativeScope scope(runtime->GetEcmaVm()); in Identity()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp34 using panda::RuntimeOption;
100 vm_ = panda::JSNApi::CreateJSVM(option); in NativeEngineProxy()
111 panda::JSNApi::DestroyJSVM(vm_); in ~NativeEngineProxy()
3493 panda::Local<panda::ObjectRef> obj = panda::ObjectRef::New(engine_->GetEcmaVm()); in HWTEST_F()
4340 engine_->jsThreadType_ = panda::panda_file::DataProtect(uintptr_t(NativeEngine::JSThreadType::MAIN_THREAD)); in HWTEST_F()
4356 engine_->jsThreadType_ = panda::panda_file::DataProtect(uintptr_t(NativeEngine::JSThreadType::MAIN_THREAD)); in HWTEST_F()
4372 engine_->jsThreadType_ = panda::panda_file::DataProtect(uintptr_t(NativeEngine::JSThreadType::MAIN_THREAD)); in HWTEST_F()
4388 engine_->jsThreadType_ = panda in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1170 auto ret = panda::MockJSNApi::GetInstance()->RequestAot("bundleName", "moduleName", 0); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp324 inline panda::ecmascript::EcmaVM* JsiPaEngine::GetEcmaVm() const in GetEcmaVm()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1111 panda::Local<JsiValue> value = jsVal.Get().GetLocalHandle(); in ParseOnDrawFunc()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp528 static_cast<Framework::JsDragEvent*>(Local<panda::ObjectRef>(localRef)->GetNativePointerField(vm, 0)); in GetCallBackDataForJs()

Completed in 47 milliseconds

12345678910