/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 722 Handle<JSObject> home_object = args.at<JSObject>(1); in RUNTIME_FUNCTION() local 736 Handle<JSObject> home_object in RUNTIME_FUNCTION() local 681 GetSuperHolder(Isolate* isolate, Handle<JSObject> home_object, SuperMode mode, PropertyKey* key) GetSuperHolder() argument 703 LoadFromSuper(Isolate* isolate, Handle<Object> receiver, Handle<JSObject> home_object, PropertyKey* key) LoadFromSuper() argument 751 StoreToSuper(Isolate* isolate, Handle<JSObject> home_object, Handle<Object> receiver, PropertyKey* key, Handle<Object> value, StoreOrigin store_origin) StoreToSuper() argument 771 Handle<JSObject> home_object = args.at<JSObject>(1); RUNTIME_FUNCTION() local 786 Handle<JSObject> home_object = args.at<JSObject>(1); RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 560 TNode<HeapObject> home_object = CAST(GetAccumulator()); in IGNITION_HANDLER() local
|
H A D | bytecode-generator.cc | 3047 Variable* home_object = expr->home_object(); in VisitObjectLiteral() local [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 2759 Variable* home_object = variables_.Lookup(name); in NewHomeObjectVariableProxy() local
|
H A D | ast.h | 1365 Variable* home_object() const { return home_object_; } in home_object() function in v8::internal::final 2512 Variable* home_object() const { return home_object_; } in home_object() function in v8::internal::final 2586 VariableProxy* home_object() const { return home_object_; } in home_object() function in v8::internal::final 2592 explicit SuperPropertyReference(VariableProxy* home_object, int pos) in SuperPropertyReference() argument 1371 ObjectLiteral(Zone* zone, const ScopedPtrList<Property>& properties, uint32_t boilerplate_properties, int pos, bool has_rest_property, Variable* home_object) ObjectLiteral() argument 2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument 3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-graph-builder.cc | 1982 Node* home_object = environment()->LookupAccumulator(); in VisitGetNamedPropertyFromSuper() local
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 2804 Variable* home_object = nullptr; in ParseObjectLiteral() local
|