Home
last modified time | relevance | path

Searched defs:scope (Results 201 - 225 of 809) sorted by relevance

12345678910>>...33

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtest_helper.h108 static void CreateEcmaVMWithScope(EcmaVM *&instance, JSThread *&thread, EcmaHandleScope *&scope, in CreateEcmaVMWithScope() argument
129 static inline void DestroyEcmaVMWithScope(EcmaVM *instance, EcmaHandleScope *scope, bool exitManagedCode = true) in DestroyEcmaVMWithScope() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DrecordLowering.cpp203 auto *const scope = NearestScope(expr); in UpdateObjectExpression() local
H A DinterfacePropertyDeclarations.cpp145 auto scope = NearestScope(interface); in UpdateInterfacePropertys() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp87 varbinder::FunctionScope *scope = node->Scope(); in FunctionReg() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsEnumDeclaration.h67 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
H A DtsInterfaceDeclaration.h72 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dtypes_def.h44 uint8 scope; // scope level, with the global scope is at level 1 member
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp117 binder::FunctionScope *scope = node->Scope(); in FunctionReg() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsMethodSignature.h40 explicit TSMethodSignature(binder::Scope *scope, Expression *key, TSTypeParameterDeclaration *typeParams, in TSMethodSignature() argument
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp86 static bool InitUvWorkCallbackEnv(uv_work_t *work, napi_handle_scope &scope) in InitUvWorkCallbackEnv() argument
110 napi_handle_scope scope = nullptr; in PrintTaskAfterCallFun() local
137 napi_handle_scope scope = nullptr; PrinterAfterCallFun() local
165 napi_handle_scope scope = nullptr; PrintJobAfterCallFun() local
195 napi_handle_scope scope = nullptr; ExtensionAfterCallFun() local
225 napi_handle_scope scope = nullptr; PrintAdapterAfterCallFun() local
278 napi_handle_scope scope = nullptr; PrintAdapterJobStateChangedAfterCallFun() local
312 napi_handle_scope scope = nullptr; PrintAdapterGetFileAfterCallFun() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp40 napi_handle_scope scope = nullptr; in IsSameHandle() local
178 napi_handle_scope scope = nullptr; in CallDragMsg() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_util.cpp161 napi_handle_scope scope = nullptr; in IsSameHandle() local
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_util_cooperate.cpp160 napi_handle_scope scope = nullptr; in IsSameHandle() local
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dnapi_context_common.cpp166 napi_handle_scope scope = nullptr; in UvQueueWorkActiveStatusChange() local
/base/sensors/sensor/services/include/
H A Dsensor_service.h77 PermStateChangeCb(const Security::AccessToken::PermStateChangeScope &scope, in PermStateChangeCb() argument
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Ddelivery_callback.cpp81 napi_handle_scope scope = nullptr; in CompleteSmsDeliveryWork() local
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dsession_manager.cpp87 napi_handle_scope scope; in ProcessUnsubscribe() local
207 napi_handle_scope scope; in PublishToJS() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v8.cpp80 napi_handle_scope scope = nullptr; in OnResultV8Work() local
112 napi_handle_scope scope = nullptr; in OnAcquireV8Work() local
[all...]
H A Duser_auth_callback_v10.cpp62 napi_handle_scope scope = nullptr; in OnResultV10Work() local
H A Duser_auth_callback_v6.cpp80 napi_handle_scope scope = nullptr; in OnCallbackV6Work() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_createpdf_execute_callback.cpp116 napi_handle_scope scope = nullptr; in UvAfterWorkCb() local
/foundation/arkui/ace_engine/component_ext/ext_common/
H A Dext_napi_utils.cpp36 napi_handle_scope scope; in Call() local
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall_napi.cpp139 napi_handle_scope scope = nullptr; in SendSuccessBackWork() local
189 napi_handle_scope scope = nullptr; in SendFailBackWork() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h51 napi_handle_scope scope = nullptr; in SetForegroundColor() local
99 napi_handle_scope scope = nullptr; in Animate() local
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_module.cpp79 auto scope = ARKTS_OpenScope(env); in ARKTS_LoadModule() local
135 auto scope = ARKTS_OpenScope(env); in ARKTSInner_CJLambdaInvoker() local

Completed in 12 milliseconds

12345678910>>...33