Lines Matching refs:MaybeLocal
27 v8::MaybeLocal<v8::Array> collectionsEntries(v8::Local<v8::Context> context, in collectionsEntries()
34 return v8::MaybeLocal<v8::Array>(); in collectionsEntries()
41 return v8::MaybeLocal<v8::Array>(); in collectionsEntries()
62 return v8::MaybeLocal<v8::Array>(); in collectionsEntries()
67 v8::MaybeLocal<v8::Object> buildLocation(v8::Local<v8::Context> context, in buildLocation()
71 return v8::MaybeLocal<v8::Object>(); in buildLocation()
74 return v8::MaybeLocal<v8::Object>(); in buildLocation()
79 return v8::MaybeLocal<v8::Object>(); in buildLocation()
85 return v8::MaybeLocal<v8::Object>(); in buildLocation()
91 return v8::MaybeLocal<v8::Object>(); in buildLocation()
97 return v8::MaybeLocal<v8::Object>(); in buildLocation()
100 return v8::MaybeLocal<v8::Object>(); in buildLocation()
105 v8::MaybeLocal<v8::Object> generatorObjectLocation( in generatorObjectLocation()
107 if (!value->IsGeneratorObject()) return v8::MaybeLocal<v8::Object>(); in generatorObjectLocation()
117 return v8::MaybeLocal<v8::Object>(); in generatorObjectLocation()
691 v8::MaybeLocal<v8::Value> V8Debugger::getTargetScopes( in getTargetScopes()
704 if (!generatorObject->IsSuspended()) return v8::MaybeLocal<v8::Value>(); in getTargetScopes()
710 if (!iterator) return v8::MaybeLocal<v8::Value>(); in getTargetScopes()
713 return v8::MaybeLocal<v8::Value>(); in getTargetScopes()
719 return v8::MaybeLocal<v8::Value>(); in getTargetScopes()
740 return v8::MaybeLocal<v8::Value>(); in getTargetScopes()
744 v8::MaybeLocal<v8::Value> V8Debugger::functionScopes( in functionScopes()
749 v8::MaybeLocal<v8::Value> V8Debugger::generatorScopes( in generatorScopes()
754 v8::MaybeLocal<v8::Array> V8Debugger::internalProperties( in internalProperties()
758 return v8::MaybeLocal<v8::Array>(); in internalProperties()