• Home
  • Raw
  • Download

Lines Matching refs:noValue

5706         Replaced calls to noValue() with calls to JSValue() (which is what
5707 noValue() returned). Removed noValue().
6709 (JSC::noValue):
14263 add for null. The first time, this should return the null (or noValue).
14325 to-boolean conversion used to test for noValue() - effectively forcing us
14326 to represent noValue() as 0. This would potentially be problematic were we
14329 immediate integer 0 would conflict with noValue()).
14979 (JSC::noValue):
27753 (JSC::DebuggerCallFrame::DebuggerCallFrame): Call noValue.
27755 (JSC::JSGlobalData::JSGlobalData): Call noValue.
27759 (JSC::JSWrapperObject::JSWrapperObject): Call noValue.
27970 noValue() function instead.
27987 (JSC::JSCallbackObject::call): Use noValue.
28000 (JSC::CTI::getConstantImmediateNumericArg): Ditto. Also use noValue.
28016 (JSC::CodeGenerator::emitLoad): Use noValue.
28027 (JSC::JSPropertyNameIterator::toPrimitive): Use noValue.
28042 (JSC::inlineResolveBase): Use noValue.
28049 (JSC::Machine::checkTimeout): Use noValue.
28053 (JSC::Machine::privateExecute): Use noValue, asCell, asObject, asString,
28059 (JSC::Machine::retrieveLastCaller): Use noValue.
28085 (JSC::Machine::cti_op_call_eval): Use asObject, noValue, and change
28094 Use noValue.
28099 as noValue(). Also removed unneeded definition of JSValue.
28107 (JSC::getProperty): Use noValue.
28172 (JSC::DebuggerCallFrame::evaluate): Use noValue.
28177 (JSC::ExecState::clearException): Use noValue.
28184 (JSC::GetterSetter::getPrimitiveNumber): Use noValue.
28202 (JSC::JSArray::putSlowCase): Use noValue.
28213 (JSC::JSCell::getJSNumber): Use noValue.
28261 * kjs/JSImmediate.h: Added noValue, asPointer, and makeValue
28262 functions. Use rawValue, makeValue, and noValue consistently
28272 (JSC::callDefaultValueFunction): Use noValue.
28281 (JSC::JSObject::getDirect): Use noValue.
28312 (JSC::PropertySlot::clearBase): Use noValue.
28380 (JSC::Interpreter::evaluate): Use noValue and noObject.