Home
last modified time | relevance | path

Searched defs:home_object (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc722 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 Dinterpreter-generator.cc560 TNode<HeapObject> home_object = CAST(GetAccumulator()); in IGNITION_HANDLER() local
H A Dbytecode-generator.cc3047 Variable* home_object = expr->home_object(); in VisitObjectLiteral() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2759 Variable* home_object = variables_.Lookup(name); in NewHomeObjectVariableProxy() local
H A Dast.h1365 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 Dbytecode-graph-builder.cc1982 Node* home_object = environment()->LookupAccumulator(); in VisitGetNamedPropertyFromSuper() local
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2804 Variable* home_object = nullptr; in ParseObjectLiteral() local

Completed in 47 milliseconds