Lines Matching refs:Realm
21 Realm::Realm(Environment* env,
35 Realm::~Realm() {
39 void Realm::MemoryInfo(MemoryTracker* tracker) const {
51 void Realm::CreateProperties() {
95 RealmSerializeInfo Realm::Serialize(SnapshotCreator* creator) {
125 void Realm::DeserializeProperties(const RealmSerializeInfo* info) {
166 MaybeLocal<Value> Realm::ExecuteBootstrapper(const char* id) {
185 MaybeLocal<Value> Realm::BootstrapNode() {
225 MaybeLocal<Value> Realm::RunBootstrapping() {
244 void Realm::DoneBootstrapping() {
263 void Realm::RunCleanup() {
271 void Realm::PrintInfoForSnapshot() {
272 fprintf(stderr, "Realm = %p\n", this);
273 fprintf(stderr, "BaseObjects of the Realm:\n");
293 fprintf(stderr, "End of the Realm.\n");
296 void Realm::VerifyNoStrongBaseObjects() {