Home
last modified time | relevance | path

Searched refs:SetUndefined (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Dvalue.h152 V8_INLINE void SetUndefined() { in SetUndefined() function
Ddynprop.cpp280 info.GetReturnValue().SetUndefined(); in FXJSE_V8ProxyCallback_fix()
Dvalue.cpp88 return lpValue->SetUndefined(); in FXJSE_Value_SetUndefined()
/external/v8/test/cctest/
Dtest-object-observe.cc950 info.GetReturnValue().SetUndefined(); in AccessorSetter()
Dtest-api-interceptors.cc2197 info.GetReturnValue().SetUndefined(); in GetK()
2205 if (index == 0 || index == 1) info.GetReturnValue().SetUndefined(); in IndexedGetK()
Dtest-api.cc1153 info.GetReturnValue().SetUndefined(); in FastReturnValueCallback()
2252 info.GetReturnValue().SetUndefined(); // not the same as empty handle in ThrowingPropertyHandlerSet()
8601 info.GetReturnValue().SetUndefined(); in ThrowV8Exception()
12566 info.GetReturnValue().SetUndefined(); in ThrowingGetter()
Dtest-debug.cc4505 info.GetReturnValue().SetUndefined(); in NamedGetter()
/external/v8/include/
Dv8.h3117 V8_INLINE void SetUndefined();
7575 void ReturnValue<T>::SetUndefined() {