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

1 2 3

  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 36 * <li>{@code JS} for javascript templates.
53 JS,
62 * {@code JS} is for attributes taking javascript such as "onclick".
72 JS,
110 * is (re)set with {@link Mode#JS}.
HtmlParserFactory.java 49 * {@link HtmlParser.ATTR_TYPE#JS} - and only when the attribute is also
72 * valid in the {@link HtmlParser.Mode#JS} mode.
211 case JS:
285 parserInJsQ.resetMode(HtmlParser.Mode.JS);
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
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);
197 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, jsModeOption);
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true,
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-31255.js 38 * SUMMARY: JS should treat --> as a single-line comment indicator.
45 * JS already accepted <!-- as a single-line comment indicator.
51 var summary = 'JS should treat --> as a single-line comment indicator';
60 <!-- HTML comment start is already a single-line JS comment indicator
68 --> HTML comment end is JS comments until end-of-line
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.h 17 // TODO(aa): Refactor chrome/test/data/json_schema_test.js into
23 JS = 2
  /external/v8/src/
vm-state-inl.h 44 case JS:
45 return "JS";
profile-generator-inl.h 85 case JS:
isolate.h 205 // used for comparison with addresses into the JS stack. If such an
215 // the same pointer. When running on a simulator with a separate JS
216 // stack, try_catch_handler_address returns a JS stack address that
217 // corresponds to the place on the JS stack where the C++ handler
263 Address js_entry_sp_; // the stack pointer of the bottom JS entry frame
270 // Call back function to report unsafe JS accesses.
599 // JS execution stack (see frames.h).
610 // Bottom JS entry (see StackTracer::Trace in log.cc).
622 // a builtin object, or a JS global object.
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 91 // Some day if the compiler is fixed, or if all the JS wrappers are named with a "JS" prefix,
99 if (object->inherits(&WebCore::JS##className::s_info)) \
100 return kit(static_cast<WebCore::JS##className*>(object)->impl());
  /external/v8/test/mjsunit/regress/
regress-1184.js 39 // ...JS accessor traverses v8 runtime/JS boundary and
40 // when coming back from JS to v8 runtime, retraverses
regress-1172.js 29 // function's prototype even in the presence of JS accessors.
32 // to use JS accessors to set 'constructor' property.
regress-1172-bis.js 28 // Verifies that exception thrown from JS accessors when attempting a call
regress-1119.js 29 // by JS accessors.
regress-1130.js 29 // of JS accessors on Object's prototype elements.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
filter-throw.js 1 description('Test JS objects as NodeFilters.');
acceptNode-filter.js 1 description('Test JS objects as NodeFilters.');
  /external/webkit/Source/WebCore/bindings/js/
JSEventTarget.cpp 199 if (value.inherits(&JS##type::s_info)) \
200 return static_cast<JS##type*>(asObject(value))->impl();
  /external/webkit/Tools/Scripts/
do-webcore-rename 233 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
UpdateBugStateTask.java 121 private static final String JS = "Java said:"; //$NON-NLS-1$
566 "'" + elem + "'" + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
582 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
592 throw new BuildException(Messages.getString("UpdateBugStateTask.failedConnection") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
602 throw new BuildException(Messages.getString("UpdateBugStateTask.badHTTPMethod") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
625 url + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
642 throw new BuildException(Messages.getString("UpdateBugStateTask.streamWriteError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
662 throw new BuildException(Messages.getString("UpdateBugStateTask.streamReadError") + "!" + SP + JS + SP + e.getMessage()); //$NON-NLS-1$ //$NON-NLS-2$
  /external/v8/test/mjsunit/compiler/
jsnatives.js 30 // Test call of JS runtime functions.
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 27 JS,
73 * \brief JS hash funciton
76 struct StringHash<JS> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 58 * variable in the resource data JS file.
72 * Massage the ANDROID_RESOURCES resource list in the resource data JS file.
  /external/v8/test/mjsunit/
negate.js 49 // implemented by any of the known JS engines.
  /external/v8/
Android.v8common.mk 176 # The order of these JS library sources is important. The order here determines
177 # the ordering of the JS code in libraries.cc, which must be in a specific order
180 src/runtime.js \
181 src/v8natives.js \
182 src/array.js \
183 src/string.js \
184 src/uri.js \
185 src/math.js \
186 src/messages.js \
187 src/apinatives.js
    [all...]

Completed in 515 milliseconds

1 2 3