Home
last modified time | relevance | path

Searched defs:contextName (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-inspector-contexts.js86 contextName: 'Custom context', property
/third_party/node/lib/internal/
Dutil.js713 internalGlobal = runInNewContext('this', undefined, { contextName: 'internal' }); property
/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc861 const String16 contextName = context->humanReadableName(); in addBindings() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64327 const char* contextName() const { do { } while (0); return contextName_; } in contextName() function in JS::CallbackTracer