Changeset 154459 in webkit for trunk/Source/JavaScriptCore/runtime/JSSymbolTableObject.h
- Timestamp:
- Aug 22, 2013, 1:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSSymbolTableObject.h
r154313 r154459 41 41 42 42 SharedSymbolTable* symbolTable() const { return m_symbolTable.get(); } 43 44 static NO_RETURN_DUE_TO_CRASH void putDirectVirtual(JSObject*, ExecState*, PropertyName, JSValue, unsigned attributes);45 43 46 44 JS_EXPORT_PRIVATE static bool deleteProperty(JSCell*, ExecState*, PropertyName);
Note:
See TracChangeset
for help on using the changeset viewer.