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

  /external/v8/src/
deoptimizer.h 312 JSFunction* GetFunction() const { return function_; }
api.cc     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 52 // ie. typedef JSValue (*GetFunction)(ExecState*, JSObject* baseObject)
53 typedef PropertySlot::GetValueFunc GetFunction;
86 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; }
111 GetFunction get;

Completed in 128 milliseconds