Lines Matching defs:trouble
7722 global->Set(v8_str("trouble"), fun->GetFunction());
7729 " trouble();"
7731 Local<Value> trouble = global->Get(v8_str("trouble"));
7732 CHECK(trouble->IsFunction());
7762 global->Set(v8_str("trouble"), fun->GetFunction());
7764 Script::Compile(v8_str("function trouble() {\n"
7768 Local<Value> trouble = global->Get(v8_str("trouble"));
7769 CHECK(trouble->IsFunction());
7770 Function::Cast(*trouble)->Call(global, 0, NULL);
14734 // we don't get in trouble with reading the deleted cell value
16369 Local<Value> trouble = global->Get(v8_str("bar"));
16370 CHECK(trouble->IsFunction());
16371 Function::Cast(*trouble)->Call(global, 0, NULL);