Lines Matching refs:Handle

30   Handle<CompilationCacheTable> GetTable(int generation);
33 Handle<CompilationCacheTable> GetFirstTable() { in GetFirstTable()
36 void SetFirstTable(Handle<CompilationCacheTable> value) { in SetFirstTable()
53 void Remove(Handle<SharedFunctionInfo> function_info);
75 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
76 Handle<Object> name,
80 Handle<Context> context);
81 void Put(Handle<String> source,
82 Handle<Context> context,
83 Handle<SharedFunctionInfo> function_info);
86 bool HasOrigin(Handle<SharedFunctionInfo> function_info,
87 Handle<Object> name,
116 MaybeHandle<SharedFunctionInfo> Lookup(Handle<String> source,
117 Handle<SharedFunctionInfo> outer_info,
121 void Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
122 Handle<SharedFunctionInfo> function_info, int scope_position);
135 MaybeHandle<FixedArray> Lookup(Handle<String> source, JSRegExp::Flags flags);
137 void Put(Handle<String> source,
139 Handle<FixedArray> data);
155 Handle<String> source, Handle<Object> name, int line_offset,
156 int column_offset, bool is_shared_cross_origin, Handle<Context> context);
162 Handle<String> source, Handle<SharedFunctionInfo> outer_info,
163 Handle<Context> context, StrictMode strict_mode, int scope_position);
168 Handle<String> source, JSRegExp::Flags flags);
172 void PutScript(Handle<String> source,
173 Handle<Context> context,
174 Handle<SharedFunctionInfo> function_info);
178 void PutEval(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
179 Handle<Context> context,
180 Handle<SharedFunctionInfo> function_info, int scope_position);
184 void PutRegExp(Handle<String> source,
186 Handle<FixedArray> data);
192 void Remove(Handle<SharedFunctionInfo> function_info);