| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
| H A D | test262harness.js | |
| /arkcompiler/ets_frontend/es2panda/test/ |
| H A D | test262harness.js | |
| /arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/ |
| H A D | globalclass_fuzzer.cpp | 50 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local 85 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | js_mode_launch.cpp | 54 EtsClass *global = etsClassLinker->GetClass("LJSCoroutine;"); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_regexp_iterator.cpp | 54 bool global = jsIterator->GetGlobal(); in Next() local 105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
|
| H A D | ecma_context.cpp | 304 JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(); in CommonInvokeEcmaEntrypoint() local 837 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsModuleDeclarationBuilder.h | 47 TSModuleDeclarationBuilder &SetGlobal(bool global) in SetGlobal() argument
|
| /arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/ |
| H A D | templateclassglobal_fuzzer.cpp | 132 Global<JSValueRef> global; GlobalIsEmptyFuzzerTest() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 94 auto global = pointers.klass[0]; in TEST() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| H A D | runtime_adapter_test.cpp | 94 auto global = pointers.klass[0U]; in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsModuleDeclaration.h | 30 bool global; member
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | unaryExpression.cpp | 48 compiler::VReg global = pg->AllocReg(); in Compile() local 85 compiler::VReg global = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsModuleDeclaration.h | 37 TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, bool global, bool isInstantiated = true) TSModuleDeclaration() argument
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| H A D | function.rb | 194 def global(var_sym) method in Function
|
| H A D | instruction.rb | |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | intrinsics_api_impl.cpp | 610 auto global = GetGlobal(env); in JSONStringify() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_RegExp.cpp | 389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDouble value) in SetLastIndexField() argument 416 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) > 0; in EscompatRegExpExec() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | JSCompiler.cpp | 1117 compiler::VReg global = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| H A D | scopesInitPhase.cpp | 1231 void InitScopesPhaseETS::ParseGlobalClass(ir::ClassDefinition *global) in ParseGlobalClass() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 850 JSTaggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() argument 868 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop) in LdGlobalVarFromGlobalProto() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1974 std::unique_ptr<RemoteObject> global = std::make_unique<RemoteObject>(); in GetGlobalScopeChain() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | ffi_workload.cpp | 2628 Global<JSValueRef> global; in HWTEST_F_L0() local 2656 Global<JSValueRef> global; in HWTEST_F_L0() local 2779 Global<JSValueRef> global; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_regexp.cpp | 282 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in RegExpTestFast() local 761 bool global = false; in RegExpMatchAll() local 2112 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); RegExpBuiltinExec() local 2130 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); RegExpBuiltinExecWithoutResult() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_module.h | 480 void InsertInlineGlobal(uint32_t global) in InsertInlineGlobal() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 510 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local 544 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
|