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

  /external/webkit/WebCore/svg/
SVGAnimatedProperty.h 60 virtual ReturnType baseVal() const { return m_creator.baseValue(); }
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
JITOpcodes.cpp 473 unsigned baseVal = currentInstruction[3].u.operand;
477 // We use regT0 for baseVal since we will be done with this first, and we can then use it for the result.
479 emitLoadPayload(baseVal, regT0);
482 // Check that value, baseVal, and proto are cells.
484 emitJumpSlowCaseIfNotJSCell(baseVal);
487 // Check that baseVal 'ImplementsDefaultHasInstance'.
516 unsigned baseVal = currentInstruction[3].u.operand;
520 linkSlowCaseIfNotJSCell(iter, baseVal);
526 stubCall.addArgument(baseVal);
    [all...]

Completed in 94 milliseconds