Changeset 21145
- Timestamp:
- 10/12/08 00:33:16 (5 years ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 2 added
- 2 modified
-
ext/fs/SConscript (modified) (1 diff)
-
ext/fs/fs.cc (modified) (2 diffs)
-
ext/fs/temp.cc (added)
-
t/050_fs/03_temp.js (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/fs/SConscript
r20526 r21145 4 4 env.SharedLibrary( 5 5 "fs", 6 Split("fs.cc file.cc dir.cc "),6 Split("fs.cc file.cc dir.cc temp.cc"), 7 7 LIBS=['v8'], 8 8 ) -
lang/cplusplus/llv8call/trunk/ext/fs/fs.cc
r20526 r21145 7 7 void setup_file(v8::Handle<v8::Object> global); 8 8 void setup_dir(v8::Handle<v8::Object> global); 9 void setup_temp(v8::Handle<v8::Object> global); 9 10 10 11 V8EXTINIT_FUNC … … 14 15 setup_file(obj); 15 16 setup_dir(obj); 17 setup_temp(obj); 16 18 return obj; 17 19 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)