HomeSort by relevance Sort by last modified time
    Searched defs:isUndefined (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptValue.h 124 bool isUndefined() const
128 return !value.IsEmpty() && value->IsUndefined();
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 202 if (isUndefined(object)) return 'undefined';
342 function isUndefined(object) {
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;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.h 46 // at them in the debugger) so long as isUndefined() is true.
47 ASSERT(isUndefined());
57 bool isUndefined() const { return m_x2 < m_x1; }
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() || interval.isUndefined()
    [all...]
  /external/deqp/modules/glshared/
glsStateQueryUtil.hpp 72 bool isUndefined (void) const;
119 bool StateQueryMemoryWriteGuard<T>::isUndefined () const
156 else if (isUndefined())
  /external/llvm/include/llvm/MC/
MCSymbol.h 99 /// isUndefined - Check if this symbol undefined (i.e., implicitly defined).
100 bool isUndefined() const {
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 159 bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isUndefined() || (getFloatValue() == o.getFloatValue()) || isCalculatedEqual(o)); }
243 bool isUndefined() const { return type() == Undefined; }
251 ASSERT(!isUndefined());
259 if (isUndefined())
268 if (isUndefined() || isCalculated())
320 ASSERT(!isUndefined());
330 ASSERT(!isUndefined());
  /external/chromium_org/v8/test/webkit/
typeof-constant-string.js 28 function isUndefined(a)
33 shouldBeTrue("isUndefined(undefined)");
34 shouldBeFalse("isUndefined(1)");
  /external/clang/include/clang/Lex/
MacroInfo.h 413 bool isUndefined() const { return UndefLoc.isValid(); }
438 return !Def.isUndefined();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 184 if (isUndefined()) {
197 if (isUndefined()) {
210 if (isUndefined()) {
267 public boolean isUndefined() {
EclipseControl.java 307 public boolean isUndefined() {
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 106 bool isUndefined() const { return Tag == undefined; }
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()) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 87 bool isUndefined() const { return getLatticeValue() == undefined; }
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()) continue; // Doesn't influence PHI node
    [all...]
  /external/chromium_org/v8/src/
d8.js     [all...]
mirror-debugger.js 247 Mirror.prototype.isUndefined = function() {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 565 milliseconds