Changeset 58986 in webkit for trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
- Timestamp:
- May 7, 2010, 5:05:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h
r57955 r58986 107 107 // NB: depth does _not_ include the local scope. eg. a depth of 0 refers 108 108 // to the scope containing this codeblock. 109 bool findScopedProperty(const Identifier&, int& index, size_t& depth, bool forWriting, JSObject*& globalObject);109 bool findScopedProperty(const Identifier&, int& index, size_t& depth, bool forWriting, bool& includesDynamicScopes, JSObject*& globalObject); 110 110 111 111 // Returns the register storing "this"
Note:
See TracChangeset
for help on using the changeset viewer.