Searched refs:isUndefined (Results 26 - 50 of 56) sorted by last modified time

123

/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/clang/lib/Frontend/
H A DCompilerInstance.cpp1069 if (LatestDef.isUndefined())
/external/clang/lib/Lex/
H A DMacroInfo.cpp158 return (!Def.isUndefined() ||
H A DPPMacroExpansion.cpp301 PrevDef && !PrevDef.isUndefined();
/external/chromium_org/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js129 if (property_mirror.isUndefined()) {
132 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
144 if (!scope.scopeObject().property('arguments').isUndefined()) {
148 if (!scope.scopeObject().property('').isUndefined()) {
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-compile-event-newfunction.js42 assertFalse(evalFromScript.isUndefined(), 'evalFromScript.isUndefined()');
H A Ddebug-scopes.js154 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
166 if (!scope.scopeObject().property('arguments').isUndefined()) {
170 if (!scope.scopeObject().property('').isUndefined()) {
H A Dmirror-undefined.js41 assertTrue(mirror.isUndefined());
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-debug-scopes.js120 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
132 if (!scope.scopeObject().property('arguments').isUndefined()) {
136 if (!scope.scopeObject().property('').isUndefined()) {
H A Dgenerators-mirror.js47 assertTrue(mirror.receiver().isUndefined());
/external/chromium_org/v8/test/mjsunit/harmony/
H A Ddebug-blockscopes.js131 if (property_mirror.isUndefined()) {
134 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
146 if (!scope.scopeObject().property('arguments').isUndefined()) {
150 if (!scope.scopeObject().property('').isUndefined()) {
/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/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/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/WebKit/Source/modules/indexeddb/
H A DIDBCursor.cpp159 IDBKey* key = keyValue.isUndefined() || keyValue.isNull() ? nullptr : scriptValueToIDBKey(scriptState->isolate(), keyValue);
H A DIDBKeyRange.cpp38 if (value.isUndefined() || value.isNull())
H A DIDBObjectStore.cpp156 IDBKey* key = keyValue.isUndefined() ? nullptr : scriptValueToIDBKey(scriptState->isolate(), keyValue);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DTestDictionary.h74 bool hasObjectMember() const { return !(m_objectMember.isEmpty() || m_objectMember.isNull() || m_objectMember.isUndefined()); }
77 bool hasObjectOrNullMember() const { return !(m_objectOrNullMember.isEmpty() || m_objectOrNullMember.isNull() || m_objectOrNullMember.isUndefined()); }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp313 if (value.isEmpty() || value.isUndefined()) {
H A DScriptArguments.cpp191 if (checkForNullOrUndefined && (value.isNull() || value.isUndefined()))
/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/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/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js8494 if (Object.isUndefined(object)) return 'undefined';
8519 if (!Object.isUndefined(value))
8577 isUndefined: function(object) {
8590 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
8740 count = Object.isUndefined(count) ? 1 : count;
8755 truncation = Object.isUndefined(truncation) ? '...' : truncation;
9075 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
9297 if (!Object.isUndefined(value)) results.push(value);
9379 if (Object.isUndefined(value)) return key;
9757 this.responseXML = Object.isUndefined(xm
[all...]
H A Dprototype-1.6.0.3.js115 if (Object.isUndefined(object)) return 'undefined';
140 if (!Object.isUndefined(value))
198 isUndefined: function(object) {
211 if (arguments.length < 2 && Object.isUndefined(arguments[0])) return this;
361 count = Object.isUndefined(count) ? 1 : count;
376 truncation = Object.isUndefined(truncation) ? '...' : truncation;
696 fillWith = Object.isUndefined(fillWith) ? null : fillWith;
918 if (!Object.isUndefined(value)) results.push(value);
1000 if (Object.isUndefined(value)) return key;
1378 this.responseXML = Object.isUndefined(xm
[all...]

Completed in 454 milliseconds

123