Changeset 20024 for trunk/FACT++/src/InterpreterV8-4.cc
- Timestamp:
- 12/30/20 19:58:35 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8-4.cc
r20023 r20024 3233 3233 Handle<FunctionTemplate> thread = FunctionTemplate::New(isolate, WrapThread); 3234 3234 thread->SetClassName(String::NewFromUtf8(isolate, "Thread")); 3235 #if 0 3235 3236 global->Set(String::NewFromUtf8(isolate, "Thread"), thread, ReadOnly); 3237 #endif 3236 3238 3237 3239 Handle<FunctionTemplate> file = FunctionTemplate::New(isolate, WrapFile);
Note:
See TracChangeset
for help on using the changeset viewer.