Home
last modified time | relevance | path

Searched refs:Global (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h136 ArkInternalValueType type, Global<MapRef> internalObjects);
138 Global<MapRef> internalObjects);
140 Global<MapRef> internalObjects);
142 Global<MapRef> internalObjects);
144 Global<MapRef> internalObjects);
146 Global<MapRef> internalObjects);
148 Global<MapRef> internalObjects);
150 Global<MapRef> internalObjects);
152 Global<MapRef> internalObjects);
154 Global<MapRef> internalObjects);
[all …]
Djs_debugger.h30 const Global<FunctionRef> &condFuncRef) : sourceFile_(sourceFile), ptMethod_(ptMethod), in JSBreakpoint()
69 const Global<FunctionRef> &GetConditionFunction() in GetConditionFunction()
81 Global<FunctionRef> condFuncRef_;
Ddebugger_api.cpp861 ArkInternalValueType type, Global<MapRef> internalObjects) in AddInternalProperties()
867 Global<MapRef> internalObjects) in GetArrayListValue()
884 Global<MapRef> internalObjects) in GetDequeValue()
901 Global<MapRef> internalObjects) in GetHashMapValue()
935 Global<MapRef> internalObjects) in GetHashSetValue()
969 Global<MapRef> internalObjects) in GetLightWeightMapValue()
996 Global<MapRef> internalObjects) in GetLightWeightSetValue()
1021 Global<MapRef> internalObjects) in GetLinkedListValue()
1041 Global<MapRef> internalObjects) in GetListValue()
1061 Global<MapRef> internalObjects) in GetPlainArrayValue()
[all …]
Djs_debugger.cpp43 location.GetBytecodeOffset(), Global<FunctionRef>(ecmaVm_, condFuncRef)); in SetBreakpoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp40 BUILTINS_API_TRACE(thread, Global, NotSupportEval); in NotSupportEval()
50 BUILTINS_API_TRACE(thread, Global, IsFinite); in IsFinite()
69 BUILTINS_API_TRACE(thread, Global, IsNaN); in IsNaN()
132 BUILTINS_API_TRACE(thread, Global, DecodeURI); in DecodeURI()
148 BUILTINS_API_TRACE(thread, Global, EncodeURI); in EncodeURI()
165 BUILTINS_API_TRACE(thread, Global, DecodeURIComponent); in DecodeURIComponent()
181 BUILTINS_API_TRACE(thread, Global, EncodeURIComponent); in EncodeURIComponent()
196 BUILTINS_API_TRACE(thread, Global, Encode); in Encode()
296 BUILTINS_API_TRACE(thread, Global, Decode); in Decode()
477 BUILTINS_API_TRACE(thread, Global, PrintString); in PrintString()
[all …]
Dbuiltins.cpp148 using Global = builtins::BuiltinsGlobal; typedef
427 SetFunction(env, globalObject, "print", Global::PrintEntrypoint, 0); in InitializeGlobalObject()
428 SetFunction(env, globalObject, "markModuleCollectable", Global::MarkModuleCollectable, 0); in InitializeGlobalObject()
430 SetFunction(env, globalObject, "startRuntimeStat", Global::StartRuntimeStat, 0); in InitializeGlobalObject()
431 SetFunction(env, globalObject, "stopRuntimeStat", Global::StopRuntimeStat, 0); in InitializeGlobalObject()
435 SetFunction(env, globalObject, "printOptStat", Global::PrintOptStat, 0); in InitializeGlobalObject()
439 SetFunction(env, globalObject, "printFunctionCallStat", Global::PrintFunctionCallStat, 0); in InitializeGlobalObject()
454 SetFunction(env, globalObject, "eval", Global::NotSupportEval, FunctionLength::ONE); in InitializeGlobalObject()
455 SetFunction(env, globalObject, "isFinite", Global::IsFinite, FunctionLength::ONE); in InitializeGlobalObject()
456 SetFunction(env, globalObject, "isNaN", Global::IsNaN, FunctionLength::ONE); in InitializeGlobalObject()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.h44 FIRST_BIT_FIELD(BitField, Global, bool, REGEXP_GLOBAL_BITS)
45 NEXT_BIT_FIELD(BitField, Unicode, bool, REGEXP_UNICODE_BITS, Global)
Druntime_call_id.h402 V(Global, IsFinite) \
403 V(Global, NotSupportEval) \
404 V(Global, Encode) \
405 V(Global, IsNaN) \
406 V(Global, PrintEntryPoint) \
407 V(Global, NewobjRange) \
408 V(Global, Decode) \
409 V(Global, PrintString) \
410 V(Global, StartRuntimeStat) \
411 V(Global, StopRuntimeStat) \
[all …]
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h39 class Global; variable
99 Local(const EcmaVM *vm, const Global<T> &current);
250 class PUBLIC_API Global { // NOLINTNEXTLINE(cppcoreguidelines-special-member-functions
252 inline Global() = default;
254 inline Global(const Global &that) in Global() function
259 inline Global &operator=(const Global &that)
265 inline Global(Global &&that) in Global() function
270 inline Global &operator=(Global &&that)
277 Global(const EcmaVM *vm, const Local<S> &current);
279 Global(const EcmaVM *vm, const Global<S> &current);
[all …]
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h48 using GlobalCollator = OHOS::Global::I18n::Collator;
49 using GlobalNumberFormat = OHOS::Global::I18n::NumberFormat;
50 using GlobalDateFormatter = OHOS::Global::I18n::DateTimeFormat;
51 using GlobalCompareResult = OHOS::Global::I18n::CompareResult;
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h101 NativeReferenceHelper(EcmaVM *vm, Global<ObjectRef> obj, NativeFinalize callback) in NativeReferenceHelper()
129 Global<ObjectRef> obj_;
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.h74 bool Global() const in Global() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dhandle_leak_test.cpp94 std::vector<Global<ArrayRef>> result; in HWTEST_F_L0()
96 result.emplace_back(Global<ArrayRef>(instance, ArrayRef::New(instance, 100))); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp140 internalObjects_ = Global<MapRef>(vm_, MapRef::New(vm_)); in Enable()
302 properties_[curObjectId_++] = Global<JSValueRef>(vm_, jsProperty.GetGetter(vm_)); in GetProperties()
306 properties_[curObjectId_++] = Global<JSValueRef>(vm_, jsProperty.GetSetter(vm_)); in GetProperties()
312 properties_[curObjectId_++] = Global<JSValueRef>(vm_, vValue); in GetProperties()
317 properties_[curObjectId_++] = Global<JSValueRef>(vm_, name); in GetProperties()
389 properties_[curObjectId_++] = Global<JSValueRef>(vm_, jsValueRefTypedArray); in AddTypedArrayRef()
404 properties_[curObjectId_++] = Global<JSValueRef>(vm_, valRef); in CacheObjectIfNeeded()
464 properties_[curObjectId_++] = Global<JSValueRef>(vm_, localValRefElement); in GetAdditionalProperties()
486 properties_[curObjectId_++] = Global<JSValueRef>(vm_, jsValueRef); in SetKeyValue()
Druntime_impl.h169 std::unordered_map<RemoteObjectId, Global<JSValueRef>> properties_ {};
170 Global<MapRef> internalObjects_;
Ddebugger_impl.cpp1180 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, localObj); in GetLocalScopeChain()
1223 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, moduleObj); in GetModuleScopeChain()
1338 .SetClassName(ObjectClassName::Global) in GetGlobalScopeChain()
1340 globalScope->SetType(Scope::Type::Global()).SetObject(std::move(global)); in GetGlobalScopeChain()
1343 runtime_->properties_[runtime_->curObjectId_++] = Global<JSValueRef>(vm_, globalObj); in GetGlobalScopeChain()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp146 using Global = builtins::BuiltinsGlobal; typedef
552 reinterpret_cast<uintptr_t>(Global::PrintEntrypoint),
553 reinterpret_cast<uintptr_t>(Global::NotSupportEval),
554 reinterpret_cast<uintptr_t>(Global::IsFinite),
555 reinterpret_cast<uintptr_t>(Global::IsNaN),
556 reinterpret_cast<uintptr_t>(Global::DecodeURI),
557 reinterpret_cast<uintptr_t>(Global::DecodeURIComponent),
558 reinterpret_cast<uintptr_t>(Global::EncodeURI),
559 reinterpret_cast<uintptr_t>(Global::EncodeURIComponent),
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp81 Global<ObjectRef> globalObject(vm, object); in WeakRefCallback()
84 Global<ObjectRef> globalObject1(vm, object1); in WeakRefCallback()
1000 Global<ObjectRef> globalObject1(vm_, object1); in HWTEST_F_L0()
1006 Global<ObjectRef> globalObject2(vm_, object2); in HWTEST_F_L0()
1014 Global<ObjectRef> globalObject3(vm_, object3); in HWTEST_F_L0()
1018 Global<ObjectRef> globalObject4(vm_, object4); in HWTEST_F_L0()
/arkcompiler/runtime_core/
DCMakeLists.txt39 # ----- Global variables -------------------------------------------------------
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb235 Global,
/arkcompiler/toolchain/tooling/base/
Dpt_types.h442 static const std::string Global; // NOLINT (readability-identifier-naming) member
1509 …return type == Global() || type == Local() || type == With() || type == Closure() || type == Catch… in Valid()
1513 static std::string Global() in Global() function
Dpt_types.cpp77 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Global",e[e.LexEnv=8]="LexEnv",e[e.True=9]="True",e[e.False=10]="False",e[e.MAX=11]="MAX"}(o=t.Cac…