# HG changeset patch # User Sara # Date 1392491769 28800 # Node ID 524090d5a407473eead0700917ad73d624314672 # Parent c82791ba5ce1bf7b8c59c537f292b0bf543254c9 this is the 2nd tets diff -r c82791ba5ce1 -r 524090d5a407 V8_tests/Passing_Context_and_compiledScript_to_threads/first_strategy.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/V8_tests/Passing_Context_and_compiledScript_to_threads/first_strategy.cpp Sat Feb 15 11:16:09 2014 -0800 @@ -0,0 +1,115 @@ +#include +#include +using namespace v8; +Isolate* isolate; + + +struct threadParam{ + Handle context; + Handle