/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 266 EXPECT_FALSE(value->IsUndefined()); in RunNullCreateTest() 286 EXPECT_FALSE(value->IsUndefined()); in RunBoolCreateTest() 310 EXPECT_FALSE(value->IsUndefined()); in RunIntCreateTest() 332 EXPECT_FALSE(value->IsUndefined()); in RunUIntCreateTest() 350 EXPECT_FALSE(value->IsUndefined()); in RunDoubleCreateTest() 389 EXPECT_FALSE(value->IsUndefined()); in RunDateCreateTest() 409 EXPECT_FALSE(value->IsUndefined()); in RunStringCreateTest() 429 EXPECT_FALSE(value->IsUndefined()); in RunEmptyStringCreateTest() 460 EXPECT_FALSE(value->IsUndefined()); in RunArrayCreateTest() 638 EXPECT_FALSE(value->IsUndefined()); in RunObjectCreateTest() [all …]
|
/third_party/node/src/ |
D | node_contextify.cc | 282 CHECK(args[2]->IsString() || args[2]->IsUndefined()); in MakeContext() 703 if (!args[4]->IsUndefined()) { in New() 709 if (!args[6]->IsUndefined()) { in New() 1058 if (!args[4]->IsUndefined()) { in CompileFunction() 1069 if (!args[6]->IsUndefined()) { in CompileFunction() 1082 if (!args[7]->IsUndefined()) { in CompileFunction() 1089 if (!args[8]->IsUndefined()) { in CompileFunction()
|
D | node_perf.cc | 184 if (args[2]->IsUndefined()) { in Measure() 313 if (val.IsEmpty() || val->IsUndefined()) { in GetName() 315 if (!boundFunction.IsEmpty() && !boundFunction->IsUndefined()) { in GetName()
|
D | process_wrap.cc | 159 if (!uid_v->IsUndefined() && !uid_v->IsNull()) { in Spawn() 169 if (!gid_v->IsUndefined() && !gid_v->IsNull()) { in Spawn()
|
D | node_process_methods.cc | 247 CHECK(args[0]->IsUndefined() || args[0]->IsUint32()); in Umask() 251 if (args[0]->IsUndefined()) { in Umask()
|
D | node_errors.cc | 351 if (trace.length() > 0 && !stack_trace->IsUndefined()) { in ReportFatalException() 371 if (message.IsEmpty() || message.ToLocalChecked()->IsUndefined() || in ReportFatalException() 372 name.IsEmpty() || name.ToLocalChecked()->IsUndefined()) { in ReportFatalException()
|
D | node_crypto.cc | 735 if (args[1]->IsUndefined() || args[1]->IsNull()) in SetKey() 2285 bool use_context = !args[2]->IsUndefined(); in ExportKeyingMaterial() 2962 if (args[*offset]->IsUndefined()) { in GetKeyFormatAndTypeFromJs() 2964 CHECK(args[*offset + 1]->IsUndefined()); in GetKeyFormatAndTypeFromJs() 4323 if (!args[1]->IsUndefined()) { in New() 4760 if (!args[offset]->IsUndefined()) { in SignFinal() 4766 if (!args[offset + 1]->IsUndefined()) { in SignFinal() 4812 if (!args[offset + 2]->IsUndefined()) { in SignOneShot() 4818 if (!args[offset + 3]->IsUndefined()) { in SignOneShot() 4953 if (!args[offset + 1]->IsUndefined()) { in VerifyFinal() [all …]
|
D | udp_wrap.cc | 416 if (args[1]->IsUndefined() || args[1]->IsNull()) { in SetMembership() 452 if (args[2]->IsUndefined() || args[2]->IsNull()) { in SetSourceMembership()
|
D | spawn_sync.cc | 915 } else if (!input->IsUndefined() && !input->IsNull()) { in ParseStdioOption() 985 return !value->IsUndefined() && !value->IsNull(); in IsSet()
|
D | module_wrap.cc | 121 if (args[1]->IsUndefined()) { in New() 176 if (!args[5]->IsUndefined()) { in New()
|
D | heap_utils.cc | 374 if (filename_v->IsUndefined()) { in TriggerHeapSnapshot()
|
D | node_url.cc | 1671 CHECK(args[2]->IsUndefined() || // base context in Parse() 1674 CHECK(args[3]->IsUndefined() || // context in Parse() 1678 CHECK(args[5]->IsUndefined() || args[5]->IsFunction()); // error callback in Parse()
|
D | stream_base.cc | 541 if (ret.ToLocal(&next_buf_v) && !next_buf_v->IsUndefined()) { in OnStreamRead()
|
D | node_zlib.cc | 300 CHECK_EQ(false, args[0]->IsUndefined() && "must provide flush value"); in Write()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.h | 38 bool IsUndefined() override;
|
D | v8value_ctocpp.cc | 207 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsUndefined() { in IsUndefined() function in CefV8ValueCToCpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 573 bool IsUndefined = Flags & object::BasicSymbolRef::SF_Undefined; in parseSymbols() local 584 if (IsUndefined) in parseSymbols() 594 if (IsUndefined) { in parseSymbols()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Core.h | 465 if (value.IsNull() || value.IsUndefined()) { in FromJS() 614 if (value.IsNull() || value.IsUndefined()) { in FromJSOptional() 666 if (value.IsNull() || value.IsUndefined()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 135 bool IsUndefined = false; in convertConstant() local 137 IsUndefined = Func->isProto(); in convertConstant() 139 IsUndefined = !Var->hasInitializer(); in convertConstant() 142 if (IsUndefined) in convertConstant()
|
/third_party/cef/include/ |
D | cef_v8.h | 549 virtual bool IsUndefined() = 0;
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.h | 228 bool IsUndefined() override;
|
D | v8_impl.cc | 1506 if (value->IsUndefined()) { in InitFromV8Value() 1639 bool CefV8ValueImpl::IsUndefined() { in IsUndefined() function in CefV8ValueImpl
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8value_cpptoc.cc | 215 bool _retval = CefV8ValueCppToC::Get(self)->IsUndefined(); in v8value_is_undefined()
|
/third_party/node/src/api/ |
D | environment.cc | 37 return wasm_code_gen->IsUndefined() || wasm_code_gen->IsTrue(); in AllowWasmCodeGenerationCallback()
|
/third_party/node/doc/api/ |
D | addons.md | 898 double value = args[0]->IsUndefined() ? 1097 double value = args[0]->IsUndefined() ? 1315 double value = args[0]->IsUndefined() ?
|