Searched refs:JS (Results 1 – 25 of 296) sorted by relevance
12345678910>>...12
15 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()
22 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
49 % JS Action53 /JS 31 0 R56 % JS program to exexute68 /JS 35 0 R71 % JS program to exexute83 /JS 37 0 R86 % JS program to exexute
56 /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"\);)
30 /JS 11 0 R33 % JS program to exexute
43 /JS 11 0 R46 % JS program to exexute
50 /JS 21 0 R53 % JS program to exexute
104 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 …]
12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates14 is used to tell the JS loader where to find the .js.mem file. By default, it will26 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():
62 % JS Action66 /JS 21 0 R69 % JS program to exexute
78 /JS 50 0 R105 /JS 54 0 R
23 /JS 5 0 R110 /JS 15 0 R
12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates14 is used to tell the JS loader where to find the .wasm file. By default, it will29 In the JS code, use require():
53 JS, enumConstant72 JS, enumConstant
35 /JS 21 0 R38 % JS program to exexute
29 Node.JS | n/a | Linux | :heavy_check_mark:30 Node.JS | n/a | MacOS | :heavy_check_mark:31 Node.JS | n/a | Windows | :x: