Home | History | Annotate | Download | only in runtime

Lines Matching defs:Function

63         Function     = 1 << 4,  // property is a function - only used by static hashtables
82 // The inline virtual destructor cannot be the first virtual function declared
140 // This get function only looks at the property map.
176 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0);
180 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0);
368 // It may seem crazy to inline a function this large, especially a virtual function,
383 // It may seem crazy to inline a function this large but it makes a big difference
384 // since this is function very hot in variable lookup
487 // Function transitions are not currently cachable, so leave the slot in an uncachable state.
495 // If we have a specific function, we may have got to this point if there is
497 // specialized to a different function. In this case we just want to give up
513 // Function transitions are not currently cachable, so leave the slot in an uncachable state.
661 // It's important that this function not rely on m_structure, since