V8 Project
|
#include "src/execution.h"
#include "src/bootstrapper.h"
#include "src/codegen.h"
#include "src/deoptimizer.h"
#include "src/isolate-inl.h"
#include "src/vm-state-inl.h"
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Macros | |
#define | RETURN_NATIVE_CALL(name, args) |
Functions | |
static MUST_USE_RESULT MaybeHandle< Object > | v8::internal::Invoke (bool is_construct, Handle< JSFunction > function, Handle< Object > receiver, int argc, Handle< Object > args[]) |
#define RETURN_NATIVE_CALL | ( | name, | |
args | |||
) |
Definition at line 483 of file execution.cc.