HomeSort by relevance Sort by last modified time
    Searched refs:JavaScript (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 7 Before building the JavaScript target you will need to download a few third
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit
27 1) In a shell cd to runtime/JavaScript/build.
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
29 runtime/JavaScript/lib folder.
36 different build method, update runtime/JavaScript/build/antlr3.properties to
38 2) In a shell cd to runtime/JavaScript/build
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
source.py 18 Simple class to scan a JavaScript file and express its dependencies.
32 """Scans a JavaScript source for its provided and required namespaces."""
50 source: str, The JavaScript source.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
sentence_walker.js 6 * @fileoverview A JavaScript class for walking sentences.
bare_object_walker.js 6 * @fileoverview A JavaScript class for walking the leaf nodes of the dom.
object_walker.js 6 * @fileoverview A JavaScript class for walking the leaf nodes of the dom.
structural_line_walker.js 6 * @fileoverview A JavaScript class for walking lines.
  /external/chromium_org/tools/perf/benchmarks/
kraken.py 5 """Runs Mozilla's Kraken JavaScript benchmark."""
23 'javascript).',
109 'of benchmark in [Mozilla\'s Kraken JavaScript benchmark]'
114 """Mozilla's Kraken JavaScript benchmark."""
sunspider.py 19 'Pure JavaScript computations of the kind you might use to do 3d '
23 'Pure JavaScript computations of the kind you might use to do 3d '
27 'Pure JavaScript computations of the kind you might use to do 3d '
37 'encoding/decoding. It\'s also the only kind of math in JavaScript '
42 'encoding/decoding. It\'s also the only kind of math in JavaScript '
47 'encoding/decoding. It\'s also the only kind of math in JavaScript '
52 'encoding/decoding. It\'s also the only kind of math in JavaScript '
61 'date-format-tofte': 'Performance of JavaScript\'s "date" objects.',
62 'date-format-xparb': 'Performance of JavaScript\'s "date" objects.',
127 """Apple's SunSpider JavaScript benchmark.""
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
background.js 32 chrome.browserAction.setTitle({tabId: tabId, title:"Pausing JavaScript"});
48 chrome.browserAction.setTitle({tabId:tabId, title:"Resume JavaScript"});
56 chrome.browserAction.setTitle({tabId:tabId, title:"Pause JavaScript"});
  /external/chromium_org/chrome/browser/resources/local_ntp/
window_disposition_util.js 12 * The JavaScript button event value for a middle click.
  /external/chromium_org/v8/src/compiler/
js-generic-lowering.h 54 void ReplaceWithBuiltinCall(Node* node, Builtins::JavaScript id, int args);
  /external/chromium_org/chrome/renderer/resources/extensions/
page_capture_custom_bindings.js 30 // Notify the browser. Now that the blob is referenced from JavaScript,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 11 * Tell Closure to load JavaScript code from the extension root directory.
76 // Chrome knows the name of the script in the JavaScript debugger.
  /external/chromium_org/v8/src/
builtins.h 165 // Define list of builtins implemented in JavaScript.
236 enum JavaScript {
268 static const char* GetName(JavaScript id) { return javascript_names_[id]; }
274 static int GetArgumentsCount(JavaScript id) { return javascript_argc_[id]; }
275 Handle<Code> GetCode(JavaScript id, bool* resolved);
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 10 #include "../include/javascript/IJavaScript.h"
62 if (JsAction.GetType() == CPDF_Action::JavaScript)
81 if (pEnv->IsJSInitiated() && JsAction.GetType() == CPDF_Action::JavaScript)
147 if (action.GetType() == CPDF_Action::JavaScript)
186 if (action.GetType() == CPDF_Action::JavaScript)
242 if (action.GetType() == CPDF_Action::JavaScript)
302 if (action.GetType() == CPDF_Action::JavaScript)
342 if (action.GetType() == CPDF_Action::JavaScript)
433 if (action.GetType() == CPDF_Action::JavaScript)
539 case CPDF_Action::JavaScript:
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 4 language = JavaScript;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
injected_script_loader.js 19 * Loads a dictionary of file contents for Javascript files.
40 // Chrome knows the name of the script in the JavaScript debugger.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 29 "check whether JavaScript object wrappers are working (bug 16837, bug 16011).</p>" +
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 52 --shell Path to JavaScript shell
53 --args Arguments to pass to JavaScript shell
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js 28 // This is a test of making an API call after an exception thrown in JavaScript
json.js 170 // JavaScript number literals not valid in JSON.
187 // JavaScript string literals not valid in JSON.
188 TestInvalid("'single quote'"); // Valid JavaScript
190 TestInvalid('"\\v invalid escape"'); // Valid JavaScript
191 TestInvalid('"\\\' invalid escape"'); // Valid JavaScript
192 TestInvalid('"\\x42 invalid escape"'); // Valid JavaScript
199 // Test bad JSON that would be good JavaScript (ES5).
  /external/chromium_org/v8/test/webkit/
reentrant-call-unwind.js 25 "This test checks that unwinding of exceptions properly copies registers of activation frames created by reentrant calls to JavaScript."
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 19 value any JavaScript value, usually an object or array.
32 This method produces a JSON text from a JavaScript value.
145 See http://javascript.crockford.com/jsmin.html
406 // a JavaScript value if the text is a valid JSON text.
433 // Unicode characters with escape sequences. JavaScript handles many characters
463 // JavaScript structure. The '{' operator is subject to a syntactic ambiguity
464 // in JavaScript: it can begin a block or an object literal. We wrap the text
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
script_installer.js 52 // Chrome knows the name of the script in the JavaScript debugger.
56 apiScript.type = 'text/javascript';
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 291 // returns a JavaScript value if the text is a valid JSON text.
318 // certain Unicode characters with escape sequences. JavaScript handles
351 // into a JavaScript structure. The '{' operator is subject to a
352 // syntactic ambiguity in JavaScript: it can begin a block or an

Completed in 611 milliseconds

1 2 3 4 5 6 7