Home
last modified time | relevance | path

Searched refs:isUndefined (Results 1 – 25 of 97) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/runtime/
DNumberPrototype.cpp76 … 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 …]
DErrorPrototype.cpp60 if (!name.isUndefined()) { in errorProtoFuncToString()
61 if (!message.isUndefined()) in errorProtoFuncToString()
65 if (!message.isUndefined()) in errorProtoFuncToString()
DRegExpPrototype.cpp88 if (!arg1.isUndefined()) in regExpProtoFuncCompile()
97 if (!arg1.isUndefined()) { in regExpProtoFuncCompile()
DJSArray.cpp940 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/
DSCCP.cpp86 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/
DJSDirectoryEntryCustom.cpp62 …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()
DJSGeolocationCustom.cpp69 if (!enableHighAccuracyValue.isUndefined()) { in createPositionOptions()
78 if (!timeoutValue.isUndefined()) { in createPositionOptions()
94 if (!maximumAgeValue.isUndefined()) { in createPositionOptions()
DScriptValue.cpp83 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()
DJSOptionConstructor.cpp54 if ((exec->argumentCount() >= 1) && !exec->argument(0).isUndefined()) in constructHTMLOptionElement()
58 if ((exec->argumentCount() >= 2) && !exec->argument(1).isUndefined()) in constructHTMLOptionElement()
DJSInspectorFrontendHostCustom.cpp111 if (!enabled.isUndefined()) in showContextMenu()
113 if (!checked.isUndefined()) in showContextMenu()
DCallbackFunction.cpp36 if (value.isUndefined() && (acceptedValues & CallbackAllowUndefined)) in checkFunctionOnlyCallback()
DJSXMLHttpRequestCustom.cpp91 if (exec->argumentCount() >= 4 && !exec->argument(3).isUndefined()) { in open()
94 if (exec->argumentCount() >= 5 && !exec->argument(4).isUndefined()) { in open()
DScriptValue.h58 bool isUndefined() const;
/external/v8/test/mjsunit/bugs/harmony/
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('.catch-var').isUndefined()) {
152 if (!scope.scopeObject().property('').isUndefined()) {
156 if (!scope.scopeObject().property('.block').isUndefined()) {
/external/v8/test/mjsunit/harmony/
Ddebug-blockscopes.js132 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/
DMCObjectWriter.cpp32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined()) in IsSymbolRefDifferenceFullyResolved()
DMCMachOStreamer.cpp119 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()
DMachObjectWriter.cpp34 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/
Dtst_qscriptvalue.cpp65 void isUndefined();
259 void tst_QScriptValue::isUndefined() in isUndefined() function in tst_QScriptValue
263 value.isUndefined(); in isUndefined()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarPart.cpp96 …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/
Dmirror-undefined.js41 assertTrue(mirror.isUndefined());
Ddebug-compile-event-newfunction.js42 assertFalse(evalFromScript.isUndefined(), 'evalFromScript.isUndefined()');
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DRewriteEarlyExitException.js4 if (org.antlr.lang.isUndefined(elementDescription)) {
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp105 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/
Dtst_qscriptvalue_generated_istype.cpp497 void tst_QScriptValue::isUndefined() in isUndefined() function in tst_QScriptValue
501 QCOMPARE(value.isUndefined(), expected); in isUndefined()
502 QCOMPARE(value.isUndefined(), expected); in isUndefined()

1234