Home
last modified time | relevance | path

Searched refs:global (Results 1 - 25 of 93) sorted by relevance

1234

/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H A Dtemplateclassglobal_fuzzer.cpp35 [[maybe_unused]]Global<JSValueRef> global(vm, current); in TemplateGlobalFuzzerTest()
48 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFuzzerTest()
49 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(); in TemplateToLocalFuzzerTest()
62 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFromVMFuzzerTest()
63 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(vm); in TemplateToLocalFromVMFuzzerTest()
76 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateEmptyFuzzerTest()
77 global.Empty(); in TemplateEmptyFuzzerTest()
90 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateFreeGlobalHandleAddrFuzzerTest()
91 global.FreeGlobalHandleAddr(); in TemplateFreeGlobalHandleAddrFuzzerTest()
104 Global<BooleanRef> global(v in GlobalOperatorStarFuzzerTest()
132 Global<JSValueRef> global; GlobalIsEmptyFuzzerTest() local
[all...]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
H A Dtest262harness.js19 global: globalThis,
22 global.evalScript(code);
29 global.gc();
32 return global[name];
35 global[name] = value;
55 return this.global[name];
58 this.global[name] = value;
/arkcompiler/ets_frontend/es2panda/test/
H A Dtest262harness.js18 global: globalThis,
21 global.evalScript(code);
31 return global[name];
34 global[name] = value;
54 return this.global[name];
57 this.global[name] = value;
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/
H A Dglobalclass_fuzzer.cpp37 [[maybe_unused]]Global<JSValueRef> global(param); in GlobalFuzzerTest()
50 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local
55 global = param; in GlobalOperatorEqualFuzzerTest()
72 [[maybe_unused]]Global<JSValueRef> global(std::move(param)); in GlobalMoveFuzzerTest()
85 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local
90 global = std::move(param); in GlobalOperatorEqualMoveFuzzerTest()
107 Global<JSValueRef> global(vm, current); in GlobalVMLocalFuzzerTest()
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/
H A Ddeoptimization_x86.S16 .global DeoptimizeAfterCFrame
21 .global DeoptimizeAfterIFrame
26 .global DropCompiledFrameAndReturn
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Djs_mode_launch.cpp54 EtsClass *global = etsClassLinker->GetClass("LJSCoroutine;"); variable
55 ASSERT_NE(nullptr, global);
56 EtsMethod *getCoroIdMethod = global->GetMethod("getCoroutineId");
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
H A Dcompiled_code_to_runtime_bridge_aarch64.S21 .global \name
41 .global \name
77 .global \name
96 .global \name
115 .global \name
134 .global \name
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp48 compiler::VReg global = pg->AllocReg(); in Compile() local
51 pg->StoreAccumulator(this, global); in Compile()
56 pg->DeleteObjProperty(this, global, variable); in Compile()
85 compiler::VReg global = pg->AllocReg(); in Compile() local
88 pg->StoreAccumulator(this, global); in Compile()
89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp50 // 7. Let global be O.[[Global]]. in Next()
54 bool global = jsIterator->GetGlobal(); in Next() local
75 if (!global) { in Next()
76 // b. Else, if non global case in Next()
82 // a. If global is true, then in Next()
108 bool global, bool fullUnicode) in CreateRegExpStringIterator()
115 JSHandle<JSTaggedValue> iter(factory->NewJSRegExpIterator(matcher, inputStr, global, fullUnicode)); in CreateRegExpStringIterator()
105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsModuleDeclarationBuilder.h47 TSModuleDeclarationBuilder &SetGlobal(bool global) in SetGlobal() argument
49 global_ = global; in SetGlobal()
/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsreflect.js39 var global = this;
63 global
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Dinterpreter_to_compiled_code_bridge_dyn_arm.S21 .global InterpreterToCompiledCodeBridgeDyn
102 .global InvokeCompiledCodeWithArgArrayDyn
H A Dexpand_compiled_code_args_dyn_arm.S18 .global ExpandCompiledCodeArgsDyn
H A Dcompiled_code_to_interpreter_bridge_dyn_arm.S28 .global CompiledCodeToInterpreterBridgeDyn
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsModuleDeclaration.h38 bool global, bool isInstantiated = true) in TSModuleDeclaration()
44 global_(global), in TSModuleDeclaration()
37 TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, bool global, bool isInstantiated = true) TSModuleDeclaration() argument
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
H A Dcommon_amd64.S21 .global StackOverflowExceptionEntrypointTrampoline
H A Dinterpreter_support.S19 .global ExecuteImplStub
/arkcompiler/runtime_core/static_core/runtime/arch/x86/
H A Dosr_x86.S16 .global OsrEntry
H A Dinterpreter_support.S18 .global ExecuteImplStub
/arkcompiler/runtime_core/static_core/runtime/tests/arch/arm/
H A Dinvokation_helper.S19 .global InvokeHelper
H A Dstack_walker_hook_bridge.S18 .global StackWalkerHookBridge
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/
H A Dstack_walker_hook_bridge.S19 .global StackWalkerHookBridge
/arkcompiler/runtime_core/static_core/runtime/tests/arch/amd64/
H A Dstack_walker_hook_bridge.S18 .global StackWalkerHookBridge
/arkcompiler/ets_runtime/test/moduletest/regexpmaxindex/
H A Dregexpmaxindex.js25 get global() { return true; },
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
H A Ddeoptimization_amd64.S20 .global DeoptimizeAfterCFrame
133 .global DeoptimizeAfterIFrame
183 .global DropCompiledFrameAndReturn

Completed in 8 milliseconds

1234