/external/webkit/Source/JavaScriptCore/runtime/ |
D | NumberPrototype.cpp | 76 … bool getIntegerArgumentInRange(ExecState* exec, int low, int high, int& result, bool& isUndefined) in getIntegerArgumentInRange() argument 79 isUndefined = false; in getIntegerArgumentInRange() 82 if (argument0.isUndefined()) { in getIntegerArgumentInRange() 83 isUndefined = true; in getIntegerArgumentInRange() 108 bool isUndefined; in numberProtoFuncToExponential() local 109 if (!getIntegerArgumentInRange(exec, 0, 20, decimalPlacesInExponent, isUndefined)) in numberProtoFuncToExponential() 118 unsigned length = isUndefined in numberProtoFuncToExponential() 140 bool isUndefined; // This is ignored; undefined treated as 0. in numberProtoFuncToFixed() local 141 if (!getIntegerArgumentInRange(exec, 0, 20, decimalPlaces, isUndefined)) in numberProtoFuncToFixed() 178 bool isUndefined; in numberProtoFuncToPrecision() local [all …]
|
D | ErrorPrototype.cpp | 60 if (!name.isUndefined()) { in errorProtoFuncToString() 61 if (!message.isUndefined()) in errorProtoFuncToString() 65 if (!message.isUndefined()) in errorProtoFuncToString()
|
D | RegExpPrototype.cpp | 88 if (!arg1.isUndefined()) in regExpProtoFuncCompile() 97 if (!arg1.isUndefined()) { in regExpProtoFuncCompile()
|
D | JSArray.cpp | 940 ASSERT(!value.isUndefined()); in sort() 1033 ASSERT(!va.isUndefined()); in compare_key_key() 1034 ASSERT(!vb.isUndefined()); in compare_key_key() 1105 if (!v || v.isUndefined()) in sort() 1113 if (v.isUndefined()) in sort() 1224 if (!v || v.isUndefined()) in compactForSorting() 1231 if (v.isUndefined()) in compactForSorting() 1296 value.isUndefined(); // Likely to crash if the object was deallocated. in checkConsistency() 1315 it->second.isUndefined(); // Likely to crash if the object was deallocated. in checkConsistency()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 86 bool isUndefined() const { return getLatticeValue() == undefined; } in isUndefined() function in __anon42f54f640111::LatticeVal 113 if (isUndefined()) { in markConstant() 140 assert(isUndefined() && "Can't force a defined value!"); in markForcedConstant() 355 if (IV.isOverdefined() || MergeWithV.isUndefined()) in mergeInValue() 359 else if (IV.isUndefined()) in mergeInValue() 536 if (!BCValue.isUndefined()) in getFeasibleSuccessors() 562 if (!SCValue.isUndefined()) in getFeasibleSuccessors() 606 return !BCValue.isUndefined(); in isEdgeFeasible() 624 return !SCValue.isUndefined(); in isEdgeFeasible() 681 if (IV.isUndefined()) continue; // Doesn't influence PHI node. in visitPHINode() [all …]
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDirectoryEntryCustom.cpp | 62 …if (!exec->argument(1).isNull() && !exec->argument(1).isUndefined() && exec->argument(1).isObject(… in getFile() 74 …if (exec->argumentCount() > 2 && !exec->argument(2).isNull() && !exec->argument(2).isUndefined()) { in getFile() 82 …if (exec->argumentCount() > 3 && !exec->argument(3).isNull() && !exec->argument(3).isUndefined()) { in getFile() 108 …if (!exec->argument(1).isNull() && !exec->argument(1).isUndefined() && exec->argument(1).isObject(… in getDirectory() 120 …if (exec->argumentCount() > 2 && !exec->argument(2).isNull() && !exec->argument(2).isUndefined()) { in getDirectory() 128 …if (exec->argumentCount() > 3 && !exec->argument(3).isNull() && !exec->argument(3).isUndefined()) { in getDirectory()
|
D | JSGeolocationCustom.cpp | 69 if (!enableHighAccuracyValue.isUndefined()) { in createPositionOptions() 78 if (!timeoutValue.isUndefined()) { in createPositionOptions() 94 if (!maximumAgeValue.isUndefined()) { in createPositionOptions()
|
D | ScriptValue.cpp | 83 bool ScriptValue::isUndefined() const in isUndefined() function in WebCore::ScriptValue 87 return m_value.get().isUndefined(); in isUndefined() 120 if (value.isNull() || value.isUndefined()) in jsToInspectorValue()
|
D | JSOptionConstructor.cpp | 54 if ((exec->argumentCount() >= 1) && !exec->argument(0).isUndefined()) in constructHTMLOptionElement() 58 if ((exec->argumentCount() >= 2) && !exec->argument(1).isUndefined()) in constructHTMLOptionElement()
|
D | JSInspectorFrontendHostCustom.cpp | 111 if (!enabled.isUndefined()) in showContextMenu() 113 if (!checked.isUndefined()) in showContextMenu()
|
D | CallbackFunction.cpp | 36 if (value.isUndefined() && (acceptedValues & CallbackAllowUndefined)) in checkFunctionOnlyCallback()
|
D | JSXMLHttpRequestCustom.cpp | 91 if (exec->argumentCount() >= 4 && !exec->argument(3).isUndefined()) { in open() 94 if (exec->argumentCount() >= 5 && !exec->argument(4).isUndefined()) { in open()
|
D | ScriptValue.h | 58 bool isUndefined() const;
|
/external/v8/test/mjsunit/bugs/harmony/ |
D | debug-blockscopes.js | 129 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('.catch-var').isUndefined()) { 152 if (!scope.scopeObject().property('').isUndefined()) { 156 if (!scope.scopeObject().property('.block').isUndefined()) {
|
/external/v8/test/mjsunit/harmony/ |
D | debug-blockscopes.js | 132 if (property_mirror.isUndefined()) { 135 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope'); 147 if (!scope.scopeObject().property('arguments').isUndefined()) { 151 if (!scope.scopeObject().property('.catch-var').isUndefined()) { 155 if (!scope.scopeObject().property('').isUndefined()) { 159 if (!scope.scopeObject().property('.block').isUndefined()) {
|
/external/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined()) in IsSymbolRefDifferenceFullyResolved()
|
D | MCMachOStreamer.cpp | 119 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitLabel() 270 if (Symbol->isUndefined()) in EmitSymbolAttribute() 292 if (Symbol->isUndefined()) in EmitSymbolAttribute() 319 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitCommonSymbol() 345 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitZerofill()
|
D | MachObjectWriter.cpp | 34 if (SD->Symbol->isUndefined()) in doesSymbolRequireExternRelocation() 77 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress() 80 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress() 300 if (Symbol.isUndefined()) in WriteNlist() 313 if (Data.isExternal() || Symbol.isUndefined()) in WriteNlist() 465 if (!it->isExternal() && !Symbol.isUndefined()) in ComputeSymbolTable() 479 if (Symbol.isUndefined()) { in ComputeSymbolTable() 501 if (it->isExternal() || Symbol.isUndefined()) in ComputeSymbolTable()
|
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 65 void isUndefined(); 259 void tst_QScriptValue::isUndefined() in isUndefined() function in tst_QScriptValue 263 value.isUndefined(); in isUndefined()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderScrollbarPart.cpp | 96 …int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(style()->maxWid… in computeScrollbarWidth() 111 …int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(style()->maxH… in computeScrollbarHeight()
|
/external/v8/test/mjsunit/ |
D | mirror-undefined.js | 41 assertTrue(mirror.isUndefined());
|
D | debug-compile-event-newfunction.js | 42 assertFalse(evalFromScript.isUndefined(), 'evalFromScript.isUndefined()');
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | RewriteEarlyExitException.js | 4 if (org.antlr.lang.isUndefined(elementDescription)) {
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 105 bool isUndefined() const { return Tag == undefined; } in isUndefined() function in __anon668df3b40111::LVILatticeVal 145 assert(isUndefined()); in markConstant() 163 assert(isUndefined() || isConstant()); in markNotConstant() 180 assert(isUndefined()); in markConstantRange() 192 if (RHS.isUndefined() || isOverdefined()) return false; in mergeIn() 195 if (isUndefined()) { in mergeIn() 278 if (Val.isUndefined()) in operator <<() 503 if (!BBLV.isUndefined()) { in solveBlockValue()
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue_generated_istype.cpp | 497 void tst_QScriptValue::isUndefined() in isUndefined() function in tst_QScriptValue 501 QCOMPARE(value.isUndefined(), expected); in isUndefined() 502 QCOMPARE(value.isUndefined(), expected); in isUndefined()
|