OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JS
(Results
1 - 25
of
48
) sorted by null
1
2
/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/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-1130.js
29
// of
JS
accessors on Object's prototype elements.
regress-1172-bis.js
28
// Verifies that exception thrown from
JS
accessors when attempting a call
regress-1119.js
29
// by
JS
accessors.
/external/webkit/Source/WebCore/
Android.derived.jscbindings.mk
31
bindings/
js
/JSDOMWindowBase.lut.h \
34
$(GEN): $(intermediates)/bindings/
js
/%.lut.h: $(LOCAL_PATH)/bindings/
js
/%.cpp $(create_hash_table)
39
GEN := $(intermediates)/bindings/
js
/JSHTMLInputElementBaseTable.cpp
41
$(GEN): $(intermediates)/bindings/
js
/%Table.cpp: $(LOCAL_PATH)/bindings/
js
/%.cpp $(create_hash_table)
43
$(intermediates)/bindings/
js
/JSHTMLInputElementBase.o : $(GEN)
87
$(GEN): PRIVATE_CUSTOM_TOOL = perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator
JS
--include dom --include html --outputdir $(dir $@) $<
88
$(GEN): $(intermediates)/css/
JS
%.h : $(LOCAL_PATH)/css/%.idl $(js_binding_scripts)
156
$(GEN): PRIVATE_CUSTOM_TOOL = perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator
JS
--include dom --include html --outputdir $(dir $@) $
[
all
...]
/external/v8/src/
vm-state-inl.h
45
case
JS
:
46
return "
JS
";
profile-generator-inl.h
103
case
JS
:
isolate.h
198
// used for comparison with addresses into the
JS
stack. If such an
208
// the same pointer. When running on a simulator with a separate
JS
209
// stack, try_catch_handler_address returns a
JS
stack address that
210
// corresponds to the place on the
JS
stack where the C++ handler
256
Address js_entry_sp_; // the stack pointer of the bottom
js
entry frame
267
// Call back function to report unsafe
JS
accesses.
614
//
JS
execution stack (see frames.h).
626
// Bottom
JS
entry (see StackTracer::Trace in log.cc).
639
// a builtin object, or a
js
global object.
[
all
...]
/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();
JSDOMBinding.h
180
#define CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, className, object) createWrapper<
JS
##className>(exec, globalObject, static_cast<className*>(object))
181
#define CREATE_DOM_NODE_WRAPPER(exec, globalObject, className, object) static_cast<JSNode*>(createWrapper<
JS
##className>(exec, globalObject, static_cast<className*>(object)))
/external/v8/
Android.v8common.mk
128
# The order of these
JS
library sources is important. The order here determines
129
# the ordering of the
JS
code in libraries.cc, which must be in a specific order
132
src/runtime.
js
\
133
src/v8natives.
js
\
134
src/array.
js
\
135
src/string.
js
\
136
src/uri.
js
\
137
src/math.
js
\
138
src/messages.
js
\
139
src/apinatives.
js
[
all
...]
/external/webkit/Tools/Scripts/
do-webcore-rename
233
$newContents =~ s/\b(
JS
|V8|to|)$from/$1$renames{$from}/g;
/external/v8/test/mjsunit/compiler/
jsnatives.js
30
// Test call of
JS
runtime functions.
/build/tools/droiddoc/templates-sdk/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/webkit/LayoutTests/fast/js/resources/
standalone-pre.js
42
// the only way to tell 0 from -0 in
JS
is the fact that 1/-0 is
Completed in 1197 milliseconds
1
2