Lines Matching defs:const
114 const ContextOptions& options) {
120 const SnapshotData* snapshot_data =
137 void ContextifyContext::MemoryInfo(MemoryTracker* tracker) const {
147 const ContextOptions& options)
216 const SnapshotData* snapshot_data,
248 const ContextOptions& options) {
352 void ContextifyContext::MakeContext(const FunctionCallbackInfo<Value>& args) {
400 void ContextifyContext::IsContext(const FunctionCallbackInfo<Value>& args) {
414 const WeakCallbackInfo<ContextifyContext>& data) {
422 const Local<Object>& sandbox) {
434 ContextifyContext* ContextifyContext::Get(const PropertyCallbackInfo<T>& args) {
451 bool ContextifyContext::IsStillInitializing(const ContextifyContext* ctx) {
458 const PropertyCallbackInfo<Value>& args) {
486 const PropertyCallbackInfo<Value>& args) {
554 const PropertyCallbackInfo<Value>& args) {
575 const PropertyDescriptor& desc,
576 const PropertyCallbackInfo<Value>& args) {
636 const PropertyCallbackInfo<Boolean>& args) {
654 const PropertyCallbackInfo<Array>& args) {
671 const PropertyCallbackInfo<Value>& args) {
685 const PropertyCallbackInfo<Value>& args) {
698 const PropertyCallbackInfo<Value>& args) {
711 const PropertyDescriptor& desc,
712 const PropertyCallbackInfo<Value>& args) {
725 const PropertyCallbackInfo<Boolean>& args) {
768 void ContextifyScript::New(const FunctionCallbackInfo<Value>& args) {
775 const int argc = args.Length();
917 const v8::ScriptCompiler::Source& source,
939 reinterpret_cast<const char*>(new_cached_data->data),
958 const Local<Value>& value) {
964 const FunctionCallbackInfo<Value>& args) {
977 reinterpret_cast<const char*>(cached_data->data),
983 void ContextifyScript::RunInContext(const FunctionCallbackInfo<Value>& args) {
1038 const int64_t timeout,
1039 const bool display_errors,
1040 const bool break_on_sigint,
1041 const bool break_on_first_line,
1043 const FunctionCallbackInfo<Value>& args) {
1137 const FunctionCallbackInfo<Value>& args) {
1309 static void StartSigintWatchdog(const FunctionCallbackInfo<Value>& args) {
1314 static void StopSigintWatchdog(const FunctionCallbackInfo<Value>& args) {
1319 static void WatchdogHasPendingSigint(const FunctionCallbackInfo<Value>& args) {
1324 static void MeasureMemory(const FunctionCallbackInfo<Value>& args) {
1354 const std::shared_ptr<MicrotaskQueue>&
1355 MicrotaskQueueWrap::microtask_queue() const {
1359 void MicrotaskQueueWrap::New(const FunctionCallbackInfo<Value>& args) {