Lines Matching refs:JSFunction
71 // - JSFunction
1010 V(JSFunction) \
3992 // JSFunctionResultCache caches results of some JSFunction invocation.
4861 // Will contain either a TypeFeedbackInfo object, or JSFunction object,
6247 // SharedFunctionInfo describes the JSFunction information that can be
6269 void InstallFromOptimizedCodeMap(JSFunction* function, int index);
6831 DECL_ACCESSORS(function, JSFunction)
6921 // JSFunction describes JavaScript functions.
6922 class JSFunction: public JSObject {
6965 static bool EnsureCompiled(Handle<JSFunction> function,
6967 static bool CompileLazy(Handle<JSFunction> function,
6969 static bool CompileOptimized(Handle<JSFunction> function,
7013 // Get and set the prototype property on a JSFunction. If the
7021 static void SetPrototype(Handle<JSFunction> function,
7023 static void SetInstancePrototype(Handle<JSFunction> function,
7056 static inline JSFunction* cast(Object* obj);
7063 DECLARE_PRINTER(JSFunction)
7064 DECLARE_VERIFIER(JSFunction)
7097 DISALLOW_IMPLICIT_CONSTRUCTORS(JSFunction);
9140 static const int kSize = JSFunction::kSize;