HomeSort by relevance Sort by last modified time
    Searched full:fun2 (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-func-name-inference.cc 101 "fun2 = function() { return 2; }\n");
103 CheckFunctionName(script, "return 2", "fun2");
113 "var fun2 = function() { return 2; }\n");
115 CheckFunctionName(script, "return 2", "fun2");
126 " var fun2 = function() { return 2; }\n"
129 CheckFunctionName(script, "return 2", "fun2");
test-api.cc 209 v8::Handle<v8::FunctionTemplate> fun2 = local
215 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
217 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
222 "Fun2(new Cons1(), new Cons2(), 5) == '[object Cons1],[object Cons2],'");
226 "Fun2(new Cons3(), new Cons2(), new Cons1()) == ',[object Cons2],'");
230 "Fun2(new Cons1(), new Cons2(), new Cons3(), 'd') == "
235 "Fun2(new Cons1(), new Cons2()) == '[object Cons1],[object Cons2]'");
1689 const char* fun2 = "f(11)"; local
    [all...]

Completed in 13 milliseconds