![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/builtins/accessors.h"
#include "src/api/api-inl.h"
#include "src/debug/debug.h"
#include "src/deoptimizer/deoptimizer.h"
#include "src/execution/execution.h"
#include "src/execution/frames-inl.h"
#include "src/execution/frames.h"
#include "src/execution/isolate-inl.h"
#include "src/execution/messages.h"
#include "src/heap/factory.h"
#include "src/logging/runtime-call-stats-scope.h"
#include "src/objects/api-callbacks.h"
#include "src/objects/contexts.h"
#include "src/objects/field-index-inl.h"
#include "src/objects/js-array-inl.h"
#include "src/objects/js-shared-array-inl.h"
#include "src/objects/module-inl.h"
#include "src/objects/property-details.h"
#include "src/objects/prototype.h"
Go to the source code of this file.
Classes | |
class | v8::internal::FrameFunctionIterator |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
static V8_INLINE bool | v8::internal::CheckForName (Isolate *isolate, DirectHandle< Name > name, DirectHandle< String > property_name, int offset, FieldIndex::Encoding encoding, FieldIndex *index) |
static DirectHandle< Object > | v8::internal::GetFunctionPrototype (Isolate *isolate, DirectHandle< JSFunction > function) |
static bool | v8::internal::AllowAccessToFunction (Tagged< Context > current_context, Tagged< JSFunction > function) |
MaybeDirectHandle< JSFunction > | v8::internal::FindCaller (Isolate *isolate, DirectHandle< JSFunction > function) |