Home
last modified time | relevance | path

Searched refs:JS (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/v8/src/
Dcode-reference.cc15 return kind_ == JS ? js_code_->constant_pool() : wasm_code_->constant_pool(); in constant_pool()
19 return kind_ == JS in instruction_start()
25 return kind_ == JS in instruction_end()
32 return kind_ == JS ? js_code_->InstructionSize() in instruction_size()
37 return kind_ == JS ? js_code_->relocation_start() in relocation_start()
42 return kind_ == JS ? js_code_->relocation_end() in relocation_end()
48 return kind_ == JS ? js_code_->relocation_size() in relocation_size()
Dcode-reference.h22 CodeReference() : kind_(JS), js_code_() {} in CodeReference()
25 explicit CodeReference(Handle<Code> js_code) : kind_(JS), js_code_(js_code) {} in CodeReference()
35 return kind_ == JS ? js_code_.is_null() : wasm_code_ == nullptr; in is_null()
39 DCHECK_EQ(JS, kind_); in as_js_code()
49 enum { JS, WASM } kind_; enumerator
/external/pdfium/testing/resources/javascript/
Dbug_735912.in49 % JS Action
53 /JS 31 0 R
56 % JS program to exexute
68 /JS 35 0 R
71 % JS program to exexute
83 /JS 37 0 R
86 % JS program to exexute
Dmouse_events.in56 /JS (app.alert\("enter"\);)
62 /JS (app.alert\("exit"\);)
68 /JS (app.alert\("down"\);)
74 /JS (app.alert\("up"\);)
80 /JS (app.alert\("focus"\);)
86 /JS (app.alert\("blur"\);)
Dbug_695826.in30 /JS 11 0 R
33 % JS program to exexute
Dbug_740166.in43 /JS 11 0 R
46 % JS program to exexute
Dbug_492_1.in50 /JS 21 0 R
53 % JS program to exexute
Dutil_bytetochar.in30 /JS 11 0 R
33 % JS program to exexute
Darray_buffer.in30 /JS 11 0 R
33 % JS program to exexute
Dapply.in30 /JS 11 0 R
33 % JS program to exexute
Dapp_repsonse.in30 /JS 11 0 R
33 % JS program to exexute
Dapp_alert.in30 /JS 11 0 R
33 % JS program to exexute
Dapp_mailmsg.in30 /JS 11 0 R
33 % JS program to exexute
Dutil_printx.in30 /JS 11 0 R
33 % JS program to exexute
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS);
105 CONTENT_TYPE_LIST.put("application/json", HtmlParser.Mode.JS);
106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS);
193 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, null); in createHtmlParser()
197 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, jsModeOption); in createHtmlParser()
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, in createHtmlParser()
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null); in createHtmlParser()
245 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, false, null); in createHtmlParser()
356 return AutoEscapeState.JS; in getCurrentState()
414 case JS: in getCurrentAttributeState()
[all …]
/external/skqp/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .js.mem file. By default, it will
26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKi…
29 In the JS code, use require():
/external/skia/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .js.mem file. By default, it will
26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKi…
29 In the JS code, use require():
/external/pdfium/testing/resources/
Dbug_765384.in62 % JS Action
66 /JS 21 0 R
69 % JS program to exexute
Dbug_487928.in78 /JS 50 0 R
105 /JS 54 0 R
Dbug_507316.in23 /JS 5 0 R
110 /JS 15 0 R
/external/skia/modules/pathkit/npm-wasm/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .wasm file. By default, it will
29 In the JS code, use require():
/external/skqp/modules/pathkit/npm-wasm/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .wasm file. By default, it will
29 In the JS code, use require():
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java53 JS, enumConstant
72 JS, enumConstant
/external/pdfium/testing/resources/pixel/
Dbug_492.in35 /JS 21 0 R
38 % JS program to exexute
/external/grpc-grpc/doc/
Dssl-performance.md29 Node.JS | n/a | Linux | :heavy_check_mark:
30 Node.JS | n/a | MacOS | :heavy_check_mark:
31 Node.JS | n/a | Windows | :x:

12345678910>>...12