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

  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 46 : InternalFunction(&exec->globalData(), exec->lexicalGlobalObject()->callbackFunctionStructure(), name)
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 138 RefPtr<Structure> callbackFunctionStructure;
222 Structure* callbackFunctionStructure() const { return d()->callbackFunctionStructure.get(); }
JSGlobalObject.cpp 221 d()->callbackFunctionStructure = JSCallbackFunction::createStructure(d()->functionPrototype);
403 markIfNeeded(markStack, d()->callbackFunctionStructure);

Completed in 437 milliseconds