/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/ |
D | test-ts-decorators-17-expected.txt | 1 exec POST, url= /xxx.com 2 exec POST, propertyKey= method1 3 exec descriptor, args
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | useRegexpGroups.ts | 25 let result = re.exec("2015-01-02"); 27 AssertType(re.exec("2015-01-02"), "RegExpExecArray"); 28 AssertType(re.exec, "(string) => RegExpExecArray");
|
D | constructorOverloads5.ts | 30 exec(string: string): string[];
|
D | typeGuardsNestedAssignments.ts | 126 while ((match = re.exec("xxx")) != null) {
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | exec.h | 24 namespace panda::os::exec { 32 return os::exec::Exec(Span(arguments)); in decltype()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | LogParser.js | 88 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/ |
D | class_hash_table_test.cpp | 170 …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()
|
D | aot_test.cpp | 70 …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/ |
D | stringreplace.js | 28 r.exec = function() { function
|
/arkcompiler/ets_runtime/test/moduletest/regexpcallthrow/ |
D | regexpcallthrow.js | 26 RegExp.prototype.exec = function() { method in RegExp
|
D | expect_output.txt | 14 call exec is throw error
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | unix_exec_test.cpp | 24 auto res = os::exec::Exec("ls", " -l", "/data");
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | exec.cpp | 30 namespace panda::os::exec { namespace
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | index.ts | 324 let exec = require('child_process').exec; 325 exec(`${commandLine}`, function(error, stdout) {
|
/arkcompiler/ets_runtime/test/moduletest/regexp/ |
D | regexp.js | 292 const matches1 = regex.exec(str10);
|
/arkcompiler/runtime_core/libpandabase/ |
D | BUILD.gn | 139 "$ark_root/platforms/unix/libpandabase/exec.cpp",
|
/arkcompiler/ets_frontend/test262/ |
D | es5_tests.txt | 4068 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 …]
|
D | CI_tests.txt | 95 built-ins/Promise/exec-args.js
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1563 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/ |
D | global_env_constants.h | 386 …V(JSTaggedValue, ExecString, EXEC_INDEX, exec) …
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 8266 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/ |
D | index.js | 2 …exec(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/ |
D | test-case.patch | 4055 while ((match = re.exec("xxx")) != null) {
|