HomeSort by relevance Sort by last modified time
    Searched refs:empty_function (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
coverage.c 96 static void empty_function(){ function
100 empty_function();
malloc-plist.c 175 static void empty_function(){ function
178 empty_function();
    [all...]
  /external/v8/src/
bootstrapper.cc 196 Handle<JSFunction> empty_function,
292 Handle<JSFunction> empty_function);
615 Handle<JSFunction> empty_function = local
625 empty_function->set_map(*empty_function_map);
631 empty_function->shared()->set_start_position(0);
632 empty_function->shared()->set_end_position(source->length());
633 empty_function->shared()->DontAdaptArguments();
634 SharedFunctionInfo::SetScript(handle(empty_function->shared()), script);
641 Map::SetPrototype(sloppy_function_map, empty_function);
642 Map::SetPrototype(sloppy_function_without_prototype_map, empty_function);
3868 Handle<JSFunction> empty_function = CreateEmptyFunction(isolate); local
    [all...]

Completed in 972 milliseconds