Searched refs:is_anonymous (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/v8/src/
H A Dast.h2350 bool is_anonymous() const { return IsAnonymous::decode(bitfield_); } function in class:v8::internal::FINAL
H A Dcompiler.cc587 function_info->set_is_anonymous(lit->is_anonymous());
H A Dobjects-inl.h5587 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_anonymous, kIsAnonymous)
H A Dobjects.h6786 DECL_BOOLEAN_ACCESSORS(is_anonymous)
H A Dparser.cc1018 ? (shared_info->is_anonymous()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.py151 if entry.is_anonymous:
H A DNodes.py2837 if self.entry.is_anonymous:
H A DSymtab.py69 # is_anonymous boolean Is a anonymous pyfunction entry
143 is_anonymous = 0 variable in class:Entry
654 entry.is_anonymous = True
669 entry.is_anonymous = True

Completed in 205 milliseconds