Changeset 181248 in webkit for trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.h
- Timestamp:
- Mar 8, 2015, 4:47:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.h
r177222 r181248 30 30 #include "SourceCode.h" 31 31 #include "Weak.h" 32 #include "WeakHandleOwner.h" 32 33 33 34 namespace JSC { … … 37 38 class VM; 38 39 39 class BuiltinExecutables {40 class BuiltinExecutables final: private WeakHandleOwner { 40 41 WTF_MAKE_FAST_ALLOCATED; 41 42 public: … … 50 51 51 52 private: 53 void finalize(Handle<Unknown>, void* context) override; 54 52 55 VM& m_vm; 53 56 UnlinkedFunctionExecutable* createBuiltinExecutable(const SourceCode&, const Identifier&);
Note:
See TracChangeset
for help on using the changeset viewer.