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

  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 45 self.parent_instance = None
57 self.parent_instance = parent
58 self.parent_instance.children.append(self)
86 if self.parent_instance:
87 return self.parent_instance.get_parent_target_group()
  /external/v8/src/
api-natives.cc 403 Handle<JSFunction> parent_instance; local
405 isolate, parent_instance,
414 JSObject::GetProperty(parent_instance,

Completed in 550 milliseconds