v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
js-function-inl.h File Reference
Include dependency graph for js-function-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

 v8::internal::ACCESSORS (JSFunction, raw_feedback_cell, Tagged< FeedbackCell >, kFeedbackCellOffset) RELEASE_ACQUIRE_ACCESSORS(JSFunction
 
kFeedbackCellOffset v8::internal::DEF_GETTER (JSFunction, feedback_vector, Tagged< FeedbackVector >)
 
 v8::internal::DEF_GETTER (JSFunction, shared, Tagged< SharedFunctionInfo >)
 
 v8::internal::DEF_RELAXED_GETTER (JSFunction, shared, Tagged< SharedFunctionInfo >)
 
 v8::internal::DEF_GETTER (JSFunction, has_feedback_vector, bool)
 
 v8::internal::DEF_RELAXED_GETTER (JSFunction, context, Tagged< Context >)
 
 v8::internal::RELEASE_ACQUIRE_ACCESSORS_CHECKED (JSFunction, prototype_or_initial_map,(Tagged< UnionOf< JSPrototype, Map, Hole > >), kPrototypeOrInitialMapOffset, map() ->has_prototype_slot()) DEF_GETTER(JSFunction
 
 v8::internal::DEF_GETTER (JSFunction, initial_map, Tagged< Map >)
 
 v8::internal::DEF_GETTER (JSFunction, has_initial_map, bool)
 
 v8::internal::DEF_GETTER (JSFunction, has_instance_prototype, bool)
 
 v8::internal::DEF_GETTER (JSFunction, has_prototype, bool)
 
 v8::internal::DEF_GETTER (JSFunction, has_prototype_property, bool)
 
 v8::internal::DEF_GETTER (JSFunction, PrototypeRequiresRuntimeLookup, bool)
 
 v8::internal::DEF_GETTER (JSFunction, instance_prototype, Tagged< JSPrototype >)
 
 v8::internal::DEF_GETTER (JSFunction, prototype, Tagged< Object >)
 

Variables

 v8::internal::raw_feedback_cell
 
 v8::internal::Tagged< FeedbackCell >
 
 v8::internal::has_prototype_slot
 
 v8::internal::bool