Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-17-expected.txt1 exec POST, url= /xxx.com
2 exec POST, propertyKey= method1
3 exec descriptor, args
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DuseRegexpGroups.ts25 let result = re.exec("2015-01-02");
27 AssertType(re.exec("2015-01-02"), "RegExpExecArray");
28 AssertType(re.exec, "(string) => RegExpExecArray");
DconstructorOverloads5.ts30 exec(string: string): string[];
DtypeGuardsNestedAssignments.ts126 while ((match = re.exec("xxx")) != null) {
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h24 namespace panda::os::exec {
32 return os::exec::Exec(Span(arguments)); in decltype()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DLogParser.js88 let ret = regexStart.exec(l);
103 ret = regexStart2.exec(l);
175 let tt = regexEnd.exec(l);
263 ret = regexFuncName2.exec(l);
272 ret = regexFuncName3.exec(l);
291 ret = regexBlock[0].exec(l);
312 ret = regexBlock[1].exec(l);
317 ret = regexBlock[2].exec(l);
359 ret = regexBlock[0].exec(l);
382 ret = regexBlock[1].exec(l);
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp170 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname2.GetFileName(), "--pand… in TEST_F()
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F()
225 auto res = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", filename.c_str()); in TEST_F()
250 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F()
288 …auto res = os::exec::Exec(GetPaocFile(), "--gc-type=epsilon", "--paoc-panda-files", panda_fname.Ge… in TEST_F()
341 …auto res = os::exec::Exec(GetPaocFile(), "--gc-type=epsilon", "--paoc-panda-files", panda_fname.Ge… in TEST_F()
Daot_test.cpp70 …auto res = os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.Ge… in RunAotdump()
110 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
146 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
327 os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), in TEST_F()
388 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_files.str().c_str(), "--… in TEST_F()
431 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
494 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
716 …os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-cluste… in TEST_F()
797 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname2.GetFileName(), "-… in TEST_F()
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js28 r.exec = function() { function
/arkcompiler/ets_runtime/test/moduletest/regexpcallthrow/
Dregexpcallthrow.js26 RegExp.prototype.exec = function() { method in RegExp
Dexpect_output.txt14 call exec is throw error
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_exec_test.cpp24 auto res = os::exec::Exec("ls", " -l", "/data");
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp30 namespace panda::os::exec { namespace
/arkcompiler/ets_frontend/ts2panda/src/
Dindex.ts324 let exec = require('child_process').exec;
325 exec(`${commandLine}`, function(error, stdout) {
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js292 const matches1 = regex.exec(str10);
/arkcompiler/runtime_core/libpandabase/
DBUILD.gn139 "$ark_root/platforms/unix/libpandabase/exec.cpp",
/arkcompiler/ets_frontend/test262/
Des5_tests.txt4068 built-ins/RegExp/prototype/exec/15.10.6.2-9-e-1.js
4069 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T1.js
4070 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T10.js
4071 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T11.js
4072 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T12.js
4073 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T13.js
4074 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T14.js
4075 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T15.js
4076 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T16.js
4077 built-ins/RegExp/prototype/exec/S15.10.6.2_A1_T17.js
[all …]
DCI_tests.txt95 built-ins/Promise/exec-args.js
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1563 JSHandle<JSTaggedValue> exec(thread, execVal); in RegExpExec() local
1567 if (exec->IsCallable()) { in RegExpExec()
1569 …EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, exec, regexp, undefined, 1… in RegExpExec()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h386 …V(JSTaggedValue, ExecString, EXEC_INDEX, exec) …
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js8266 for (;e >= y && (i = b.exec(t)); ) {
8620 n.exec(t);
8621 for (;i = n.exec(t); ) {
10029 e = "[" === s.charAt(0) ? /\[\w+\s*(\w+)\]/.exec(s) : /function\s*(\w+)/.exec(s);
10038 const r = n.exec(e)[0];
10039 const o = n.exec(i)[0];
23551 const e = Yh.exec(t);
23606 const e = tc.exec(t);
23619 const s = /(\/|\\)([^\/\\]+)$/g.exec(t.replace(/(\/|\\)$/, ""));
23625 const e = ec.exec(t);
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2exec(r),i=n?n[0]:"",o=r.slice(i.length);return i&&/^\/\w\:/.test(o)?(i+="/")+a.resolve(r.slice(i.l…
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch4055 while ((match = re.exec("xxx")) != null) {