Searched defs:trouble (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-api.cc6147 global->Set(v8_str("trouble"), fun->GetFunction());
6154 " trouble();"
6156 Local<Value> trouble = global->Get(v8_str("trouble")); local
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")); local
6193 CHECK(trouble
13752 Local<Value> trouble = global->Get(v8_str("bar")); local
[all...]

Completed in 129 milliseconds