HomeSort by relevance Sort by last modified time
    Searched refs:JavaScript (Results 1 - 25 of 153) 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/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/renderer/resources/extensions/
page_capture_custom_bindings.js 25 // Notify the browser. Now that the blob is referenced from JavaScript,
web_view_experimental.js 154 // Tell the JavaScript garbage collector to track lifetime of |dialog| and
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 22 optimizations on JavaScript code. The purpose of this README is to
136 src/com/google/javascript/rhino
137 test/com/google/javascript/rhino
144 implementation of JavaScript for the JVM. The JavaScript parser and
146 significantly for use by Google's JavaScript compiler.
162 Description: Mozilla Rhino is an implementation of JavaScript for the JVM.
  /external/chromium_org/v8/src/
builtins.h 249 // Define list of builtins implemented in JavaScript.
318 enum JavaScript {
348 static const char* GetName(JavaScript id) { return javascript_names_[id]; }
349 static int GetArgumentsCount(JavaScript id) { return javascript_argc_[id]; }
350 Handle<Code> GetCode(JavaScript id, bool* resolved);
  /external/v8/src/
builtins.h 225 // Define list of builtins implemented in JavaScript.
297 enum JavaScript {
327 static const char* GetName(JavaScript id) { return javascript_names_[id]; }
328 static int GetArgumentsCount(JavaScript id) { return javascript_argc_[id]; }
329 Handle<Code> GetCode(JavaScript id, bool* resolved);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 4 language = JavaScript;
  /external/chromium_org/chrome/test/base/
js2gtest.js 6 * @fileoverview Generator script for creating gtest-style JavaScript
8 * which will invoke the appropriate JavaScript for each test.
64 * for inclusion at runtime before running each JavaScript test.
128 * @param {Array.<string>} includes Paths to JavaScript files to
  /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).
instanceof.js 87 // isn't a proper JavaScript object.
  /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."
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
  /external/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).
instanceof.js 87 // isn't a proper JavaScript object.
  /external/v8/src/ia32/
macro-assembler-ia32.h 268 // JavaScript invokes
275 // Invoke the JavaScript function code by either calling or jumping.
300 // Invoke the JavaScript function in the given register. Changes the
314 // Invoke specified builtin JavaScript function. Adds an entry to
316 void InvokeBuiltin(Builtins::JavaScript id,
321 void GetBuiltinFunction(Register target, Builtins::JavaScript id);
324 void GetBuiltinEntry(Register target, Builtins::JavaScript id);
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 229 // Test some common JavaScript idioms for Sets
237 // Test some common JavaScript idioms for Maps
246 // Test some common JavaScript idioms for WeakMaps
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
example.js 139 common.logMessage("Local JavaScript echo server is only available in " +
  /external/chromium_org/tools/page_cycler/webpagereplay/
start.js 10 // That JavaScript file defines a global, "pageSets", as a list of lists:
38 testjs.type = 'text/javascript';
  /external/chromium_org/v8/test/mjsunit/harmony/
collections.js 235 // Test some common JavaScript idioms for Sets
244 // Test some common JavaScript idioms for Maps
254 // Test some common JavaScript idioms for WeakMaps
264 // Test some common JavaScript idioms for WeakSets
  /external/chromium_org/v8/test/webkit/fast/js/
string-split-conformance.js 28 // The following JavaScript code (including "".split tests) is copyright by Steven Levithan,

Completed in 660 milliseconds

1 2 3 4 5 6 7