Changeset 199108 in webkit for trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.h
- Timestamp:
- Apr 6, 2016, 11:49:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.h
r199104 r199108 53 53 UnlinkedFunctionExecutable* createDefaultConstructor(ConstructorKind, const Identifier& name); 54 54 55 JS_EXPORT_PRIVATE static UnlinkedFunctionExecutable* createExecutable(VM&, const SourceCode&, const Identifier&, ConstructorKind, ConstructAbility);56 55 private: 57 56 void finalize(Handle<Unknown>, void* context) override;
Note:
See TracChangeset
for help on using the changeset viewer.