v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
api-natives.cc File Reference
Include dependency graph for api-natives.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define GET_INTRINSIC_VALUE(name, iname)
 

Macro Definition Documentation

◆ GET_INTRINSIC_VALUE

#define GET_INTRINSIC_VALUE ( name,
iname )
Value:
case v8::k##name: \
return native_context->iname();
const char * name
Definition builtins.cc:39

Variable Documentation

◆ disabled_

const bool disabled_
private

Definition at line 165 of file api-natives.cc.

◆ isolate_

Isolate* isolate_
private

Definition at line 37 of file api-natives.cc.

◆ obj_

DirectHandle<JSObject> obj_
private

Definition at line 166 of file api-natives.cc.

◆ save_context_

SaveContext save_context_
private

Definition at line 38 of file api-natives.cc.