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

  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 116 function fun2() { function
121 var y = fun2();
  /external/clang/test/PCH/
struct.h 24 struct Fun2;
25 struct Fun2 *fun2; variable in typeref:struct:Fun2
  /external/clang/test/Sema/
alias-redefinition.c 11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
12 void fun2() {} // expected-error {{redefinition of 'fun2'}} function
  /external/clang/test/SemaCXX/
qual-id-test.cpp 58 void fun2() function in namespace:C
  /external/chromium_org/v8/test/cctest/
test-compiler.cc 390 Handle<JSFunction> fun2 = v8::Utils::OpenHandle( local
394 CHECK(fun2->IsOptimized()
395 || !CcTest::i_isolate()->use_crankshaft() || !fun2->IsOptimizable());
396 CHECK_EQ(fun1->code(), fun2->code());
test-heap.cc 3102 v8::Local<v8::Value> fun1, fun2; local
    [all...]
test-api.cc 319 v8::Handle<v8::FunctionTemplate> fun2 = local
328 env->Global()->Set(v8_str("Fun2"), fun2->GetFunction());
330 "Fun2(new Cons1(), new Cons2(), new Cons3()) =="
335 "Fun2(new Cons1(), new Cons2(), 5) == '[object Cons1],[object Cons2],'");
339 "Fun2(new Cons3(), new Cons2(), new Cons1()) == ',[object Cons2],'");
343 "Fun2(new Cons1(), new Cons2(), new Cons3(), 'd') == "
348 "Fun2(new Cons1(), new Cons2()) == '[object Cons1],[object Cons2]'");
4460 const char* fun2 = "f(11)"; local
    [all...]

Completed in 149 milliseconds