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

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 193 is_constructor = (
242 elif is_constructor and blank_lines != 3:
246 elif not is_file_overview and not is_constructor and blank_lines != 2:
293 not function.is_constructor and
statetracker.py 539 is_constructor: If the function is a constructor.
547 self.is_constructor = doc and doc.HasFlag('constructor')
605 return self.InFunction() and self._functions[-1].is_constructor
  /external/v8/src/
frames.h 453 bool is_constructor)
458 is_constructor_(is_constructor) { }
464 bool is_constructor() { return is_constructor_; }
frames.cc 847 bool is_constructor = IsConstructor(); local
899 FrameSummary summary(receiver, function, code, pc_offset, is_constructor);
901 is_constructor = false;
905 ASSERT(!is_constructor);
906 is_constructor = true;
912 ASSERT(!is_constructor);
    [all...]
isolate.cc 650 Handle<Object> is_constructor = (frames[i].is_constructor()) ? local
655 is_constructor, NONE));
    [all...]
debug.h 298 bool is_constructor);
    [all...]
debug.cc     [all...]
api.cc 2087 i::Handle<i::Object> is_constructor = GetProperty(self, "isConstructor"); local
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 168 milliseconds