Home
last modified time | relevance | path

Searched refs:evalScript (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest262harness.js20 evalScript(code) { method
22 global.evalScript(code);
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js19 evalScript(code) { method
21 global.evalScript(code);
/arkcompiler/ets_frontend/test262/
Deshost.patch63 evalScript(code, options = {}) {
83 // When evalScript is called with a test262-stream test record:
193 + evalScript(code, options = {}) {
194 + return super.evalScript(code, options);
329 + evalScript(code) {
331 + global.evalScript(code);