Lines Matching defs:shared
140 // * shared is the shared function info for the function containing the call
141 // to eval(). for dynamic functions, shared is the native context closure.
145 StringSharedKey(Handle<String> source, Handle<SharedFunctionInfo> shared,
148 *source, *shared, language_mode, position)),
150 shared_(shared),
172 Handle<SharedFunctionInfo> shared;
173 if (shared_.ToHandle(&shared)) {
174 if (*shared != other_array.get(0)) return false;
190 Handle<SharedFunctionInfo> shared;
191 if (shared_.ToHandle(&shared)) {
192 array->set(0, *shared);