[webkit-dev] JavaScriptCore directory reorganization

Maciej Stachowiak mjs at apple.com
Fri Jun 13 15:37:48 PDT 2008


On Jun 13, 2008, at 2:56 PM, Geoffrey Garen wrote:

>
> Thoughts on specific file moves:

Do these also assume that we'd change the directory layout to match  
the SVN project folder layout? (That seems like a reasonably good  
starting point.)

  - Maciej

>
>
> kjs/
> -----
> SourceProvider.h, SourceRange.h : parser
> AllInOneFile.cpp : global
> *_instance : runtime
> *_object : runtime
> CallData.h : runtime
> [cC]ollector* : runtime
> CallData.h : runtime
> CommonIdentifiers* : runtime
> completion.h : runtime
> config.h : global
> ConstructData.h : runtime
> create_hash_table : global?
> d[D]* : runtime
> ExecState.* : runtime
> function* : runtime
> grammar.y : parser
> identifier* : runtime?
> InitializeThreading* : runtime
> internal* : runtime
> interpreter* : runtime?
> JS* : runtime
> keywords.table : parser
> LabelStack.h : compiler
> list* : runtime
> LocalStorageEntry.h : runtime
> lookup* : runtime
> object.*, value.* : runtime
> operations* : runtime
> property_* : runtime
> PropertyNameArray* : runtime
> protect.h : runtime
> regexp* : runtime
> scope* : runtime
> SymbolTable.h : parser
> types.h : the trash!
> ustring* : runtime?
> JSNotAnObject : runtime
>
> compiler/
> -------------
> lexer* : parser
> nodes* : parser
> Parser* : parser
>
> vm/
> -----
> JSPropertyNameIterator* : runtime
>
> Geoff
>



More information about the webkit-dev mailing list