Home
last modified time | relevance | path

Searched refs:contextName (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-inspector-contexts.js86 contextName: 'Custom context', property
/third_party/node/lib/
Dvm.js186 name: options.contextName,
/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc861 const String16 contextName = context->humanReadableName(); in addBindings() local
873 contextName.isEmpty() ? nullptr : bindings->getObject(contextName); in addBindings()
/third_party/node/lib/internal/
Dutil.js563 internalGlobal = runInNewContext('this', undefined, { contextName: 'internal' }); property
/third_party/node/doc/api/
Dvm.md257 * `contextName` {string} Human-readable name of the newly created context.
1319 * `contextName` {string} Human-readable name of the newly created context.
/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