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

  /external/webkit/Source/WebCore/bindings/v8/
ScriptValue.h 136 static ScriptValue undefined() { return ScriptValue(v8::Undefined()); } function in class:WebCore::ScriptValue
  /external/v8/test/mjsunit/
debug-evaluate-with-context.js 60 var context_with_undefined = { undefined: 'kitten' };
61 var global_expression2 = "'cat' + '/' + undefined";
67 assertEquals('cat/undefined', result);
  /external/v8/src/
compilation-cache.cc 104 Object* undefined = isolate()->heap()->raw_unchecked_undefined_value(); local
106 if (tables_[i] != undefined) {
153 // an undefined name to have the same origin.
mark-compact.cc 568 Object* undefined = heap->raw_unchecked_undefined_value(); local
569 return (info->script() != undefined) &&
570 (reinterpret_cast<Script*>(info->script())->source() != undefined);
1556 Object* undefined = heap()->raw_unchecked_undefined_value(); local
    [all...]
hydrogen.cc 4145 HConstant* undefined = graph()->GetConstantUndefined(); local
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp 189 // whether the return value is undefined when returning a value with wrong engine
198 QTest::ignoreMessage(QtWarningMsg, "Value from different engine returned from native function, returning undefined value instead.");
530 QScriptValue undefined = engine1.undefinedValue(); local
532 QVERIFY(!engine2.toObject(undefined).isValid());
533 QVERIFY(undefined.isValid());
535 QVERIFY(engine2.toObject(undefined).engine() != &engine2);
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 267 << QString::fromAscii("") // Undefined is an invalid property.
287 << QString::fromAscii("") // Undefined is an invalid property.
292 << QString::fromAscii("") // Undefined is an invalid property.
648 QTest::newRow("undefined") << QString::fromAscii("undefined") << QString::fromAscii("undefined");
670 QScriptValue undefined(engine.evaluate("undefined"));
681 QTest::newRow("undefined") << undefined << QString::fromAscii("undefined")
839 QScriptValue undefined = eng.undefinedValue(); local
888 QScriptValue undefined = QScriptValue(QScriptValue::UndefinedValue); local
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 57 /// undefined - This Value has no known value yet.
58 undefined, enumerator in enum:__anon8046::LVILatticeVal::LatticeValueTy
80 LVILatticeVal() : Tag(undefined), Val(0), Range(1, true) {}
100 bool isUndefined() const { return Tag == undefined; }
274 return OS << "undefined";
610 LVILatticeVal Result; // Start Undefined.
680 LVILatticeVal Result; // Start Undefined.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 60 /// undefined - This LLVM Value has no known value yet.
61 undefined, enumerator in enum:__anon8546::LatticeVal::LatticeValueTy
86 LatticeVal() : Val(0, undefined) {}
88 bool isUndefined() const { return getLatticeValue() == undefined; }
389 // Undef values remain undefined.
416 ; // Undef values remain undefined.
592 if (CI == 0) { // Overdefined or undefined condition?
730 // If there are no executable operands, the PHI remains undefined.
761 // this is the case, the PHI remains undefined.
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 169 // Initialize the rest of the slots to undefined.
4976 Register undefined = scratch4; local
    [all...]
lithium-arm.cc 2106 HConstant* undefined = graph()->GetConstantUndefined(); local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 2165 HConstant* undefined = graph()->GetConstantUndefined(); local
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 2100 HConstant* undefined = graph()->GetConstantUndefined(); local
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 918 milliseconds