HomeSort by relevance Sort by last modified time
    Searched defs:GetScopeInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scopes.cc 746 Handle<ScopeInfo> Scope::GetScopeInfo() {
757 if (!is_eval_scope()) chain->Add(Handle<ScopeInfo>(GetScopeInfo()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h 452 virtual HRESULT WINAPI GetScopeInfo(BSTR bsScope,int *pdwScopeInfo) = 0;
474 HRESULT (WINAPI *GetScopeInfo)(ISearchCommandExt *This,BSTR bsScope,int *pdwScopeInfo);
498 #define ISearchCommandExt_GetScopeInfo(This,bsScope,pdwScopeInfo) (This)->lpVtbl->GetScopeInfo(This,bsScope,pdwScopeInfo)
    [all...]

Completed in 70 milliseconds