Changeset 226725 in webkit for trunk/Source/JavaScriptCore/bytecode/FunctionCodeBlock.h
- Timestamp:
- Jan 10, 2018, 11:41:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/FunctionCodeBlock.h
r226667 r226725 40 40 DECLARE_INFO; 41 41 42 template<typename>43 static IsoSubspace* subspaceFor(VM& vm)44 {45 return &vm.functionCodeBlockSpace.space;46 }47 48 42 static FunctionCodeBlock* create(VM* vm, CopyParsedBlockTag, FunctionCodeBlock& other) 49 43 { … … 66 60 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) 67 61 { 68 return Structure::create(vm, globalObject, prototype, TypeInfo(C odeBlockType, StructureFlags), info());62 return Structure::create(vm, globalObject, prototype, TypeInfo(CellType, StructureFlags), info()); 69 63 } 70 64
Note:
See TracChangeset
for help on using the changeset viewer.