Home | History | Annotate | Download | only in cctest

Lines Matching refs:g1

7697              "function g1() {return h();}"
7704 Local<Function> g1 =
7705 Local<Function>::Cast(context->Global()->Get(v8_str("g1")));
7722 // Same for g1 and g2.
7723 CHECK(g1->Call(global, 0, NULL)->Equals(v8_num(1)));
7737 CHECK(g1->Call(global, 0, NULL).IsEmpty());