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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define INIT_LOCAL_WORKLIST(_, name, __)
 
#define INVOKE_PUBLISH(_, name, __)
 
#define INVOKE_CLEAR(_, name, __)
 

Macro Definition Documentation

◆ INIT_LOCAL_WORKLIST

#define INIT_LOCAL_WORKLIST ( _,
name,
__ )
Value:
, name##_local(weak_objects->name)

◆ INVOKE_CLEAR

#define INVOKE_CLEAR ( _,
name,
__ )
Value:
name.Clear();

◆ INVOKE_PUBLISH

#define INVOKE_PUBLISH ( _,
name,
__ )
Value:
name##_local.Publish();