Searched refs:result_pre (Results 1 – 1 of 1) sorted by relevance
1215 v8::Handle<Value> result_pre = Script::Compile(v8_str("pre"))->Run(); in THREADED_TEST() local1216 CHECK_EQ(v8_str("PrePropertyHandler: pre"), result_pre); in THREADED_TEST()