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

1 2 3 4

  /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/v8/src/compiler/
js-generic-lowering.h 54 void ReplaceWithBuiltinCall(Node* node, Builtins::JavaScript id, int args);
  /external/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"
60 if (JsAction.GetType() == CPDF_Action::JavaScript)
79 if (pEnv->IsJSInitiated() && JsAction.GetType() == CPDF_Action::JavaScript)
145 if (action.GetType() == CPDF_Action::JavaScript)
183 if (action.GetType() == CPDF_Action::JavaScript)
238 if (action.GetType() == CPDF_Action::JavaScript)
294 if (action.GetType() == CPDF_Action::JavaScript)
334 if (action.GetType() == CPDF_Action::JavaScript)
424 if (action.GetType() == CPDF_Action::JavaScript)
527 case CPDF_Action::JavaScript
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 4 language = JavaScript;
Python.g 59 options {language=JavaScript;}
  /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.
debug-receiver.js 43 // listener are not propagated to the surrounding JavaScript code.
md5.js 28 // A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
  /external/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."
date-parse-comments-test.js 25 "test of JavaScript date parsing (comments in parentheses)"
property-getters-and-setters.js 25 "This performs a number of different tests on JavaScript getters and setters."
  /external/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-trace/trace-viewer/tracing/examples/
string_convert.js 7 |*| https://developer.mozilla.org/en-US/docs/Web/JavaScript/Base64_encoding_and_decoding
  /external/v8/test/webkit/fast/js/
string-split-conformance.js 28 // The following JavaScript code (including "".split tests) is copyright by Steven Levithan,
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFDictionary_autogen.cpp 131 SkPdfDictionary* SkPdfFDFDictionary::JavaScript(SkPdfNativeDoc* doc) {
132 SkPdfNativeObject* ret = get("JavaScript", "");
140 return get("JavaScript", "") != NULL;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 28 // This benchmark is based on a JavaScript log processing module used
30 // JavaScript applications, and it effectively measures how fast the
31 // JavaScript engine is at allocating nodes and reclaiming the memory
  /external/v8/benchmarks/
splay.js 28 // This benchmark is based on a JavaScript log processing module used
30 // JavaScript applications, and it effectively measures how fast the
31 // JavaScript engine is at allocating nodes and reclaiming the memory
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
tokenizer_test.js 197 '\n ', 'Chrome\'s', ' ', 'JavaScript', ' ', 'runtime',
  /external/v8/test/intl/
assert.js 52 * Compares two JavaScript values for type and value equality.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).

Completed in 644 milliseconds

1 2 3 4