Searched refs:contextName (Results 1 – 6 of 6) sorted by relevance
86 contextName: 'Custom context', property
186 name: options.contextName,
861 const String16 contextName = context->humanReadableName(); in addBindings() local873 contextName.isEmpty() ? nullptr : bindings->getObject(contextName); in addBindings()
563 internalGlobal = runInNewContext('this', undefined, { contextName: 'internal' }); property
257 * `contextName` {string} Human-readable name of the newly created context.1319 * `contextName` {string} Human-readable name of the newly created context.
64327 const char* contextName() const { do { } while (0); return contextName_; } in contextName() function in JS::CallbackTracer