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

  /external/webkit/JavaScriptCore/runtime/
GlobalEvalFunction.cpp 26 #include "GlobalEvalFunction.h"
33 ASSERT_CLASS_FITS_IN_CELL(GlobalEvalFunction);
35 GlobalEvalFunction::GlobalEvalFunction(ExecState* exec, NonNullPassRefPtr<Structure> structure, int len, const Identifier& name, NativeFunction function, JSGlobalObject* cachedGlobalObject)
42 void GlobalEvalFunction::markChildren(MarkStack& markStack)
GlobalEvalFunction.h 33 class GlobalEvalFunction : public PrototypeFunction {
35 GlobalEvalFunction(ExecState*, NonNullPassRefPtr<Structure>, int len, const Identifier&, NativeFunction, JSGlobalObject* expectedThisObject);

Completed in 44 milliseconds