/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.h | 136 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 …]
|
D | js_debugger.h | 30 const Global<FunctionRef> &condFuncRef) : sourceFile_(sourceFile), ptMethod_(ptMethod), in JSBreakpoint() 69 const Global<FunctionRef> &GetConditionFunction() in GetConditionFunction() 81 Global<FunctionRef> condFuncRef_;
|
D | debugger_api.cpp | 861 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 …]
|
D | js_debugger.cpp | 43 location.GetBytecodeOffset(), Global<FunctionRef>(ecmaVm_, condFuncRef)); in SetBreakpoint()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_global.cpp | 40 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 …]
|
D | builtins.cpp | 148 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/ |
D | js_regexp_iterator.h | 44 FIRST_BIT_FIELD(BitField, Global, bool, REGEXP_GLOBAL_BITS) 45 NEXT_BIT_FIELD(BitField, Unicode, bool, REGEXP_UNICODE_BITS, Global)
|
D | runtime_call_id.h | 402 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/ |
D | jsnapi.h | 39 class Global; variable 99 Local(const EcmaVM *vm, const Global<T> ¤t); 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> ¤t); 279 Global(const EcmaVM *vm, const Global<S> ¤t); [all …]
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | global_intl_helper.h | 48 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/ |
D | jsnapi_helper.h | 101 NativeReferenceHelper(EcmaVM *vm, Global<ObjectRef> obj, NativeFinalize callback) in NativeReferenceHelper() 129 Global<ObjectRef> obj_;
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsModuleDeclaration.h | 74 bool Global() const in Global() function
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | handle_leak_test.cpp | 94 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/ |
D | runtime_impl.cpp | 140 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()
|
D | runtime_impl.h | 169 std::unordered_map<RemoteObjectId, Global<JSValueRef>> properties_ {}; 170 Global<MapRef> internalObjects_;
|
D | debugger_impl.cpp | 1180 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/ |
D | snapshot_processor.cpp | 146 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/ |
D | jsnapi_tests.cpp | 81 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/ |
D | CMakeLists.txt | 39 # ----- Global variables -------------------------------------------------------
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | irnodes.ts.erb | 235 Global,
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 442 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
|
D | pt_types.cpp | 77 const std::string ObjectClassName::Global = "global"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …Global",e[e.LexEnv=8]="LexEnv",e[e.True=9]="True",e[e.False=10]="False",e[e.MAX=11]="MAX"}(o=t.Cac…
|