Searched defs:isUndefined (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptValue.h113 bool isUndefined() const function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js202 if (isUndefined(object)) return 'undefined';
342 function isUndefined(object) { function
362 isUndefined: isUndefined
387 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
571 count = Object.isUndefined(count) ? 1 : count;
586 truncation = Object.isUndefined(truncation) ? '...' : truncation;
919 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
1289 if (Object.isUndefined(value)) return key;
1680 this.responseXML = Object.isUndefined(xm
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeInterval.h46 // at them in the debugger) so long as isUndefined() is true.
47 ASSERT(isUndefined());
57 bool isUndefined() const { return m_x2 < m_x1; } function in class:blink::ShapeInterval
58 T x1() const { return isUndefined() ? 0 : m_x1; }
59 T x2() const { return isUndefined() ? 0 : m_x2; }
60 T width() const { return isUndefined() ? 0 : m_x2 - m_x1; }
61 bool isEmpty() const { return isUndefined() ? true : m_x1 == m_x2; }
72 if (isUndefined() || interval.isUndefined())
79 if (isUndefined() || interva
[all...]
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp72 bool isUndefined (void) const;
119 bool StateQueryMemoryWriteGuard<T>::isUndefined () const function in class:deqp::gls::StateQueryUtil::StateQueryMemoryWriteGuard
156 else if (isUndefined())
/external/llvm/include/llvm/MC/
H A DMCSymbol.h99 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
100 bool isUndefined() const { function in class:llvm::MCSymbol
/external/chromium_org/v8/test/webkit/
H A Dtypeof-constant-string.js28 function isUndefined(a) function
33 shouldBeTrue("isUndefined(undefined)");
34 shouldBeFalse("isUndefined(1)");
/external/clang/include/clang/Lex/
H A DMacroInfo.h413 bool isUndefined() const { return UndefLoc.isValid(); } function in class:clang::MacroInfo
438 return !Def.isUndefined();
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp106 bool isUndefined() const { return Tag == undefined; } function in class:__anon25686::LVILatticeVal
146 assert(isUndefined());
164 assert(isUndefined() || isConstant());
181 assert(isUndefined());
193 if (RHS.isUndefined() || isOverdefined()) return false;
196 if (isUndefined()) {
279 if (Val.isUndefined())
504 if (!BBLV.isUndefined()) {
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp87 bool isUndefined() const { return getLatticeValue() == undefined; } function in class:__anon26320::LatticeVal
114 if (isUndefined()) {
141 assert(isUndefined() && "Can't force a defined value!");
349 if (IV.isOverdefined() || MergeWithV.isUndefined())
353 else if (IV.isUndefined())
531 if (!BCValue.isUndefined())
557 if (!SCValue.isUndefined())
601 return !BCValue.isUndefined();
619 return !SCValue.isUndefined();
676 if (IV.isUndefined()) continu
[all...]
/external/chromium_org/v8/src/
H A Dd8.js1516 if (!value.isUndefined() && !value.isNull()) {
1807 return this.isUndefined() || this.isNull() || this.isBoolean() ||
1825 ProtocolValue.prototype.isUndefined = function() {
H A Dmirror-debugger.js255 Mirror.prototype.isUndefined = function() {
2019 !r.isNull() && property.isUndefined();
2024 if (!property.isUndefined()) {
2360 if (!eval_from_script.isUndefined()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 379 milliseconds