Searched defs:has_instance (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-objects.h459 bool has_instance() { return get(kWrapperInstanceObject)->IsWeakCell(); } function in class:v8::internal::WasmInstanceWrapper
/external/ImageMagick/MagickCore/
H A Dnt-base.c96 has_instance;
152 nt_ghost_info.has_instance=MagickFalse;
164 if (nt_ghost_info.has_instance == MagickFalse)
168 nt_ghost_info.has_instance=MagickTrue;
1552 nt_ghost_info.has_instance=MagickFalse;
95 has_instance; member in struct:_NTGhostInfo
/external/v8/src/
H A Dbootstrapper.cc1324 Handle<JSFunction> has_instance = InstallFunction( local
1329 has_instance->shared()->set_builtin_function_id(kFunctionHasInstance);
1330 native_context()->set_function_has_instance(*has_instance);
1333 has_instance->shared()->set_internal_formal_parameter_count(1);
1336 has_instance->shared()->set_length(1);

Completed in 138 milliseconds