Home | History | Annotate | Download | only in src

Lines Matching defs:JSFunction

61 //           - JSFunction
816 V(JSFunction) \
1899 JSFunction* function,
2473 inline JSFunction* GetConstantFunction(int descriptor_number);
3284 // JSFunctionResultCache caches results of some JSFunction invocation.
4693 inline JSFunction* unchecked_constructor();
5136 // SharedFunctionInfo describes the JSFunction information that can be
5699 // JSFunction describes JavaScript functions.
5700 class JSFunction: public JSObject {
5744 static bool CompileLazy(Handle<JSFunction> function,
5746 static bool CompileOptimized(Handle<JSFunction> function,
5786 // Get and set the prototype property on a JSFunction. If the
5827 static inline JSFunction* cast(Object* obj);
5873 DISALLOW_IMPLICIT_CONSTRUCTORS(JSFunction);
7779 static const int kSize = JSFunction::kSize;