Home | History | Annotate | Download | only in objects

Lines Matching refs:SharedFunctionInfo

30                                           SharedFunctionInfo* shared,
43 InfoCellPair(SharedFunctionInfo* shared, FeedbackCell* feedback_cell)
47 SharedFunctionInfo* shared() const { return shared_; }
53 SharedFunctionInfo* shared_;
76 Handle<Object> Lookup(Handle<String> src, Handle<SharedFunctionInfo> shared,
78 MaybeHandle<SharedFunctionInfo> LookupScript(Handle<String> src,
81 InfoCellPair LookupEval(Handle<String> src, Handle<SharedFunctionInfo> shared,
87 Handle<SharedFunctionInfo> shared,
93 Handle<SharedFunctionInfo> value);
96 Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> value,