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

  /external/webkit/Source/JavaScriptCore/runtime/
ConstructData.cpp 39 return exec->interpreter()->executeConstruct(exec, asObject(constructorObject), constructType, constructData, args);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 99 JSObject* executeConstruct(CallFrame*, JSObject* function, ConstructType, const ConstructData&, const ArgList&);
Interpreter.cpp     [all...]

Completed in 44 milliseconds