Home | History | Annotate | Download | only in cctest

Lines Matching defs:trouble

6147   global->Set(v8_str("trouble"), fun->GetFunction());
6154 " trouble();"
6156 Local<Value> trouble = global->Get(v8_str("trouble"));
6157 CHECK(trouble->IsFunction());
6186 global->Set(v8_str("trouble"), fun->GetFunction());
6188 Script::Compile(v8_str("function trouble() {\n"
6192 Local<Value> trouble = global->Get(v8_str("trouble"));
6193 CHECK(trouble->IsFunction());
6194 Function::Cast(*trouble)->Call(global, 0, NULL);
12362 // we don't get in trouble with reading the deleted cell value
13752 Local<Value> trouble = global->Get(v8_str("bar"));
13753 CHECK(trouble->IsFunction());
13754 Function::Cast(*trouble)->Call(global, 0, NULL);